1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-22 08:06:25 +00:00
Lakka-LibreELEC/packages/sysutils/lirc/system.d/lircd.service
Matthias Reichl a45f0f0c4d lirc: start only if /storage/.config/lircd.conf is present
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-20 16:21:00 +01:00

13 lines
304 B
Desktop File

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