Files
Arch-R/packages/sysutils/remote/eventlircd/system.d/eventlircd.service
Stefan Saraev 793ece7a91 add TimeoutStopSec=1s (1sec) to some of our systemd services
... to avoid any possible timeouts. those services are fine to be
force stopped by KILL after 1 sec.
2013-10-16 19:15:13 +03:00

12 lines
231 B
Desktop File

[Unit]
Description=Eventlirc server daemon
[Service]
ExecStart=/usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/var/run/lirc/lircd --release=_UP
KillMode=process
TimeoutStopSec=1s
[Install]
WantedBy=multi-user.target