Files
Arch-R/packages/sysutils/lirc/system.d/lircd@.service
2016-11-04 14:05:54 -07:00

17 lines
349 B
Desktop File

[Unit]
Description=Lirc with %I
After=lircd-defaults.service
Requires=lircd-defaults.service
ConditionPathExists=/storage/.cache/services/lircd.conf
[Service]
Type=oneshot
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