From 71eeeedd75b46761c5bda424a5caca61bea494cf Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sun, 24 Jun 2018 14:53:09 +0200 Subject: [PATCH] busybox: remove /var/run/utmp from tmpfiles.d /run/utmp is already in systemd's default config, with proper flags (boot only) and permissions, and /var/run is a symlink to /run as per systemd standard so we don't need to list /var/run/utmp in busybox's tmpfiles list. This also removes these systemd boot warnings Line references path below legacy directory /var/run/ Duplicate line for path "/run/utmp", ignoring. Signed-off-by: Matthias Reichl --- packages/sysutils/busybox/tmpfiles.d/z_01_busybox.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/sysutils/busybox/tmpfiles.d/z_01_busybox.conf b/packages/sysutils/busybox/tmpfiles.d/z_01_busybox.conf index 45f3753a15..ed58d521cc 100644 --- a/packages/sysutils/busybox/tmpfiles.d/z_01_busybox.conf +++ b/packages/sysutils/busybox/tmpfiles.d/z_01_busybox.conf @@ -18,7 +18,6 @@ d /var/media 0755 root root - - -f /var/run/utmp 1777 root root - - d /storage/backup 0755 root root - - d /storage/.update 0755 root root - - d /storage/.cache/cores 0755 root root - -