mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-14 21:38:23 +00:00
busybox: fix dependencies of var-log.mount after systemd v254 bump
Fix for: systemd[1]: local-fs.target: Found ordering cycle on var-log.mount/start systemd[1]: local-fs.target: Found dependency on local-fs-pre.target/start systemd[1]: local-fs.target: Found dependency on systemd-tmpfiles-setup-dev.service/start systemd[1]: local-fs.target: Found dependency on machine-id.service/start systemd[1]: local-fs.target: Found dependency on local-fs.target/start systemd[1]: local-fs.target: Job var-log.mount/start deleted to break ordering cycle starting with local-fs.target/start
This commit is contained in:
@ -3,6 +3,7 @@ Description=Persistent Log Storage
|
||||
RequiresMountsFor=/var /storage
|
||||
Requires=storage-log.service
|
||||
After=storage-log.service
|
||||
DefaultDependencies=no
|
||||
ConditionKernelCommandLine=!installer
|
||||
ConditionKernelCommandLine=|debugging
|
||||
ConditionPathExists=|/storage/.cache/debug.libreelec
|
||||
|
Reference in New Issue
Block a user