From 50b84c5ccfe4306a195b0cb41e574ff92ffe95cf Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 19 Jan 2015 15:15:05 +0200 Subject: [PATCH] busybox: add /storage/.config to tmpfiles --- packages/sysutils/busybox/tmpfiles.d/z_01_busybox.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sysutils/busybox/tmpfiles.d/z_01_busybox.conf b/packages/sysutils/busybox/tmpfiles.d/z_01_busybox.conf index 35f0305c6d..7020d1218b 100644 --- a/packages/sysutils/busybox/tmpfiles.d/z_01_busybox.conf +++ b/packages/sysutils/busybox/tmpfiles.d/z_01_busybox.conf @@ -23,3 +23,4 @@ f /var/run/utmp 1777 root root - - d /storage/.update 0755 root root - - d /storage/.cache/cores 0755 root root - - d /storage/.cache/services 0755 root root - - +d /storage/.config 0755 root root - -