PKGBUILDs/aur/input-event-daemon/input-event-daemon.service

14 lines
253 B
SYSTEMD
Raw Normal View History

2013-11-13 15:23:24 +00:00
# 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