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

13 lines
229 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Lirc with %I
[Service]
Type=oneshot
ExecStart=/usr/lib/openelec/lircd_helper add %I
ExecStop=/usr/lib/openelec/lircd_helper remove %I
TimeoutStopSec=1
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target