11 lines
301 B
Desktop File
11 lines
301 B
Desktop File
[Unit]
|
|
Description=Cron defaults
|
|
After=local-fs.target
|
|
|
|
ConditionPathExists=!/storage/.cache/services/crond.conf
|
|
ConditionPathExists=!/storage/.cache/services/crond.disabled
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh -c 'cp /usr/share/services/crond.conf /storage/.cache/services/'
|
|
RemainAfterExit=yes
|