Files
Arch-R/packages/sysutils/lirc/system.d/lircd@.service

17 lines
349 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Lirc with %I
2016-11-04 01:39:33 -07:00
After=lircd-defaults.service
Requires=lircd-defaults.service
ConditionPathExists=/storage/.cache/services/lircd.conf
[Service]
Type=oneshot
2016-03-11 22:31:41 +01:00
ExecStart=/usr/lib/libreelec/lircd_helper add %I
ExecStop=/usr/lib/libreelec/lircd_helper remove %I
TimeoutStopSec=1
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target