mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
.cache/openelec is a dir. a not file
.. so create it via tmpfiles.d + trailing / to default service configs. or very bad thing happens.
This commit is contained in:
parent
7d0bf986da
commit
810b0da190
@ -7,5 +7,5 @@ ConditionPathExists=!/storage/.cache/services/avahi.disabled
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c 'cp /usr/share/services/avahi.conf /storage/.cache/services'
|
||||
ExecStart=/bin/sh -c 'cp /usr/share/services/avahi.conf /storage/.cache/services/'
|
||||
RemainAfterExit=yes
|
||||
|
@ -7,5 +7,5 @@ ConditionPathExists=!/storage/.cache/services/samba.disabled
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c 'cp /usr/share/services/samba.conf /storage/.cache/services'
|
||||
ExecStart=/bin/sh -c 'cp /usr/share/services/samba.conf /storage/.cache/services/'
|
||||
RemainAfterExit=yes
|
||||
|
@ -7,5 +7,5 @@ ConditionPathExists=!/storage/.cache/services/crond.disabled
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -c 'cp /usr/share/services/crond.conf /storage/.cache/services'
|
||||
ExecStart=/bin/sh -c 'cp /usr/share/services/crond.conf /storage/.cache/services/'
|
||||
RemainAfterExit=yes
|
||||
|
@ -26,3 +26,4 @@ d /var/media 0755 root root - -
|
||||
d /var/run 1777 root root - -
|
||||
|
||||
f /var/run/utmp 1777 root root - -
|
||||
d /storage/.cache/services 0755 root root - -
|
||||
|
Loading…
x
Reference in New Issue
Block a user