mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
units: add dependency ordering for emergency.service conflicts
If we want to stop those services which would compete for access to the console, we need to have an ordering so that they are actually stopped before the other things starts, not asynchronously.
This commit is contained in:
@@ -17,6 +17,7 @@ DefaultDependencies=no
|
||||
After=plymouth-start.service
|
||||
Before=paths.target cryptsetup.target
|
||||
Conflicts=emergency.service
|
||||
Before=emergency.service
|
||||
Conflicts=shutdown.target
|
||||
Before=shutdown.target
|
||||
|
||||
|
@@ -16,6 +16,7 @@ ConditionPathExists=!/run/plymouth/pid
|
||||
DefaultDependencies=no
|
||||
After=plymouth-start.service systemd-vconsole-setup.service
|
||||
Conflicts=emergency.service
|
||||
Before=emergency.service
|
||||
Conflicts=shutdown.target initrd-switch-root.target
|
||||
Before=shutdown.target initrd-switch-root.target
|
||||
|
||||
|
@@ -14,6 +14,7 @@ Documentation=man:systemd-ask-password-wall.path(8)
|
||||
DefaultDependencies=no
|
||||
Before=paths.target cryptsetup.target
|
||||
Conflicts=emergency.service
|
||||
Before=emergency.service
|
||||
Conflicts=shutdown.target
|
||||
Before=shutdown.target
|
||||
|
||||
|
Reference in New Issue
Block a user