From: Lennart Poettering Date: Sat, 14 Aug 2010 17:23:16 +0000 (+0200) Subject: units: make sure plymouth shutdown screen is shown before we kill all processes/shut... X-Git-Tag: v8~90 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=86b846b6971518cfcffc35d9f34f833b164a4b46 units: make sure plymouth shutdown screen is shown before we kill all processes/shut down --- diff --git a/units/fedora/plymouth-halt.service b/units/fedora/plymouth-halt.service index 9b77c5d77..69a919754 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 538a0c5cc..be699ba00 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 286c8abf6..5d252ada3 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]