Logo
Explore Help
Sign In
archr/Arch-R
0
0
Fork 0
You've already forked Arch-R
mirror of https://github.com/archr-linux/Arch-R.git synced 2026-03-31 14:41:55 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
05e9246d728d6060efcb1963ec2cb273bad7ee2a
Arch-R/packages/sysutils/eventlircd/system.d/eventlircd.service

12 lines
213 B
SYSTEMD
Raw Normal View History

eventlircd: switch to systemd support Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-04 15:06:54 +02:00
[Unit]
Description=Eventlirc server daemon
[Service]
eventlircd: dont' send _UP release events Kodi doesn't support the artificial lirc release events and _UP leads to a clash since KEY_LEFT_UP and KEY_RIGHT_UP are valid linux input events since the diagonal key support in kernel 4.7.
2017-02-04 23:57:19 +01:00
ExecStart=/usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd
eventlircd: switch to systemd support Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-04 15:06:54 +02:00
KillMode=process
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
TimeoutStopSec=1s
eventlircd: switch to systemd support Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-04 15:06:54 +02:00
[Install]
WantedBy=multi-user.target
Reference in New Issue Copy Permalink
Powered by Gitea Page: 322ms Template: 4ms
English
English
Licenses API