summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--units/fedora/plymouth-halt.service1
-rw-r--r--units/fedora/plymouth-poweroff.service1
-rw-r--r--units/fedora/plymouth-reboot.service1
3 files changed, 3 insertions, 0 deletions
diff --git a/units/fedora/plymouth-halt.service b/units/fedora/plymouth-halt.service
index 9b77c5d776..69a9197544 100644
--- a/units/fedora/plymouth-halt.service
+++ b/units/fedora/plymouth-halt.service
@@ -8,6 +8,7 @@
[Unit]
Description=Show Plymouth Halt Screen
After=getty@tty1.service prefdm.service
+Before=killall.service halt.service
DefaultDependencies=no
[Service]
diff --git a/units/fedora/plymouth-poweroff.service b/units/fedora/plymouth-poweroff.service
index 538a0c5cc5..be699ba00d 100644
--- a/units/fedora/plymouth-poweroff.service
+++ b/units/fedora/plymouth-poweroff.service
@@ -8,6 +8,7 @@
[Unit]
Description=Show Plymouth Power Off Screen
After=getty@tty1.service prefdm.service
+Before=killall.service poweroff.service
DefaultDependencies=no
[Service]
diff --git a/units/fedora/plymouth-reboot.service b/units/fedora/plymouth-reboot.service
index 286c8abf6c..5d252ada3a 100644
--- a/units/fedora/plymouth-reboot.service
+++ b/units/fedora/plymouth-reboot.service
@@ -8,6 +8,7 @@
[Unit]
Description=Show Plymouth Reboot Screen
After=getty@tty1.service prefdm.service
+Before=killall.service reboot.service
DefaultDependencies=no
[Service]