mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
d209f33722
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.
12 lines
213 B
Desktop File
12 lines
213 B
Desktop File
[Unit]
|
|
Description=Eventlirc server daemon
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/eventlircd -f --evmap=/etc/eventlircd.d --socket=/run/lirc/lircd
|
|
KillMode=process
|
|
TimeoutStopSec=1s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|