1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-28 05:57:33 +03:00

units: make sure plymouth shutdown screen is shown before we kill all processes/shut down

This commit is contained in:
Lennart Poettering 2010-08-14 19:23:16 +02:00
parent ca2cab5dcd
commit 86b846b697
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
[Unit]
Description=Show Plymouth Halt Screen
After=getty@tty1.service prefdm.service
Before=killall.service halt.service
DefaultDependencies=no
[Service]

View File

@ -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]

View File

@ -8,6 +8,7 @@
[Unit]
Description=Show Plymouth Reboot Screen
After=getty@tty1.service prefdm.service
Before=killall.service reboot.service
DefaultDependencies=no
[Service]