mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 01:26:18 +00:00
810b0da190
.. so create it via tmpfiles.d + trailing / to default service configs. or very bad thing happens.
12 lines
301 B
Desktop File
12 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
|