mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
12 lines
301 B
Desktop File
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
|