diff --git a/packages/network/avahi/system.d/avahi-defaults.service b/packages/network/avahi/system.d/avahi-defaults.service index 8deedac06e..2db5833be3 100644 --- a/packages/network/avahi/system.d/avahi-defaults.service +++ b/packages/network/avahi/system.d/avahi-defaults.service @@ -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 diff --git a/packages/network/samba/system.d.opt/samba-defaults.service b/packages/network/samba/system.d.opt/samba-defaults.service index db84326133..dcec936ff7 100644 --- a/packages/network/samba/system.d.opt/samba-defaults.service +++ b/packages/network/samba/system.d.opt/samba-defaults.service @@ -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 diff --git a/packages/sysutils/busybox/system.d.opt/cron-defaults.service b/packages/sysutils/busybox/system.d.opt/cron-defaults.service index 0ce24d37c9..fdd14e95bd 100644 --- a/packages/sysutils/busybox/system.d.opt/cron-defaults.service +++ b/packages/sysutils/busybox/system.d.opt/cron-defaults.service @@ -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 diff --git a/packages/sysutils/busybox/tmpfiles.d/busybox.conf b/packages/sysutils/busybox/tmpfiles.d/busybox.conf index 5215035410..7aa19f932a 100644 --- a/packages/sysutils/busybox/tmpfiles.d/busybox.conf +++ b/packages/sysutils/busybox/tmpfiles.d/busybox.conf @@ -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 - -