mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
253 B
Desktop File
13 lines
253 B
Desktop File
# input-event-daemon.service
|
|
# Service file for input-event-daemon
|
|
# https://github.com/gandro/input-event-daemon
|
|
|
|
[Unit]
|
|
Description=Input Event Daemon
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/input-event-daemon
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|