2022-02-05 14:23:32 +00:00
|
|
|
[Unit]
|
|
|
|
Documentation=http://lirc.org/html/configure.html
|
|
|
|
Description=Forward LIRC button presses as uinput events
|
|
|
|
ConditionPathExists=/storage/.config/lircd.conf
|
|
|
|
After=lircd.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
2022-02-27 23:34:12 +00:00
|
|
|
ExecStart=/usr/lib/libreelec/lircd_uinput_helper --add-release-events
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|