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 <hias@horus.com>
This commit is contained in:
Matthias Reichl 2018-06-24 14:53:09 +02:00
parent 5b64423eaf
commit 71eeeedd75

View File

@ -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 - -