mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
5b64423eaf
commit
71eeeedd75
@ -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 - -
|
||||
|
Loading…
x
Reference in New Issue
Block a user