Files
Arch-R/packages/sysutils/lirc/system.d/lircd.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
312 B
Desktop File

[Unit]
Documentation=http://lirc.org/html/configure.html
Description=Flexible IR remote input/output application support
ConditionPathExists=/storage/.cache/services/lircd.conf
After=network.target
[Service]
Type=simple
ExecStart=/usr/lib/libreelec/lircd_helper --nodaemon
[Install]
WantedBy=multi-user.target