mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
253 B
SYSTEMD
14 lines
253 B
SYSTEMD
|
# 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
|