mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
units: downgrade Requires= to Wants=
Combining Requires= with Before= doesn't really make sense, since this means we are requiring something that runs after us, which logically cannot be fulfilled. Let's hence downgrade Requires= to Wants= so that the ordering is kept but no failure propagation implied.
This commit is contained in:
parent
78490efca3
commit
b89f5f7b03
@ -11,7 +11,7 @@
|
|||||||
Description=Switch Root
|
Description=Switch Root
|
||||||
AssertPathExists=/etc/initrd-release
|
AssertPathExists=/etc/initrd-release
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
Requires=initrd-switch-root.service
|
Wants=initrd-switch-root.service
|
||||||
Before=initrd-switch-root.service
|
Before=initrd-switch-root.service
|
||||||
AllowIsolate=yes
|
AllowIsolate=yes
|
||||||
Wants=initrd-udevadm-cleanup-db.service initrd-root-fs.target initrd-fs.target systemd-journald.service initrd-cleanup.service
|
Wants=initrd-udevadm-cleanup-db.service initrd-root-fs.target initrd-fs.target systemd-journald.service initrd-cleanup.service
|
||||||
|
Loading…
Reference in New Issue
Block a user