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:
Matthias Reichl 2019-09-16 20:16:44 +02:00
parent 78080a6a46
commit 707b974d76

View File

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