mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
systemd: fix dependencies of machine-id.service after v254 bump
Fix for: systemd[1]: local-fs.target: Found ordering cycle 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 local-fs-pre.target/start deleted to break ordering cycle starting with local-fs.target/start
This commit is contained in:
parent
db892cd774
commit
bb4173bba4
@ -3,7 +3,6 @@ Description=Setup machine-id
|
|||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Conflicts=shutdown.target
|
Conflicts=shutdown.target
|
||||||
Before=systemd-journald.service systemd-tmpfiles-setup-dev.service shutdown.target
|
Before=systemd-journald.service systemd-tmpfiles-setup-dev.service shutdown.target
|
||||||
After=local-fs.target
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user