Files
Arch-R/packages/sysutils/lirc/system.d/lircd-uinput.service
Matthias Reichl 5e541035a7 lirc: update to 0.10.0
- remove upstream patches
- adapt patch to build without python
- adapt systemd services to lirc changes
- update lirc_options.conf
2017-08-12 11:03:10 +02:00

13 lines
321 B
Desktop File

[Unit]
Documentation=http://lirc.org/html/configure.html
Description=Forward LIRC button presses as uinput events
ConditionPathExists=/storage/.cache/services/lircd.conf
After=lircd.service
[Service]
Type=simple
ExecStart=/usr/lib/libreelec/lircd_uinput_helper --add-release-events
[Install]
WantedBy=multi-user.target