diff options
Diffstat (limited to 'units/fedora')
-rw-r--r-- | units/fedora/plymouth-halt.service | 2 | ||||
-rw-r--r-- | units/fedora/plymouth-poweroff.service | 2 | ||||
-rw-r--r-- | units/fedora/plymouth-reboot.service | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/units/fedora/plymouth-halt.service b/units/fedora/plymouth-halt.service index 69a9197544..e0276293fb 100644 --- a/units/fedora/plymouth-halt.service +++ b/units/fedora/plymouth-halt.service @@ -8,7 +8,7 @@ [Unit] Description=Show Plymouth Halt Screen After=getty@tty1.service prefdm.service -Before=killall.service halt.service +Before=halt.service DefaultDependencies=no [Service] diff --git a/units/fedora/plymouth-poweroff.service b/units/fedora/plymouth-poweroff.service index be699ba00d..fb6f9aed30 100644 --- a/units/fedora/plymouth-poweroff.service +++ b/units/fedora/plymouth-poweroff.service @@ -8,7 +8,7 @@ [Unit] Description=Show Plymouth Power Off Screen After=getty@tty1.service prefdm.service -Before=killall.service poweroff.service +Before=poweroff.service DefaultDependencies=no [Service] diff --git a/units/fedora/plymouth-reboot.service b/units/fedora/plymouth-reboot.service index 5d252ada3a..e73de409b9 100644 --- a/units/fedora/plymouth-reboot.service +++ b/units/fedora/plymouth-reboot.service @@ -8,7 +8,7 @@ [Unit] Description=Show Plymouth Reboot Screen After=getty@tty1.service prefdm.service -Before=killall.service reboot.service +Before=reboot.service DefaultDependencies=no [Service] |