mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
... to avoid any possible timeouts. those services are fine to be force stopped by KILL after 1 sec.
12 lines
231 B
Desktop File
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
|
|
|