mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
busybox: add workaround for systemd issue 867
journald on systemd versions up to 242 don't close the persistent journal files on shutdown which leads to a harmless but annoying Failed unmounting message during shutdown https://github.com/systemd/systemd/issues/867 Set LazyUnmount=yes on the persistent log mount unit as a temporary workaround until systemd is updated to 243 or newer. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
78080a6a46
commit
707b974d76
@ -11,3 +11,4 @@ ConditionPathExists=|/storage/.cache/debug.libreelec
|
|||||||
What=/storage/.cache/log
|
What=/storage/.cache/log
|
||||||
Where=/var/log
|
Where=/var/log
|
||||||
Options=bind
|
Options=bind
|
||||||
|
LazyUnmount=yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user