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

12 lines
301 B
Desktop File

[Unit]
Description=Lirc defaults
After=local-fs.target
ConditionPathExists=!/storage/.cache/services/lircd.conf
ConditionPathExists=!/storage/.cache/services/lircd.disabled
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'cp /usr/share/services/lircd.conf /storage/.cache/services/'
RemainAfterExit=yes