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:
parent
ca2cab5dcd
commit
86b846b697
@ -8,6 +8,7 @@
|
||||
[Unit]
|
||||
Description=Show Plymouth Halt Screen
|
||||
After=getty@tty1.service prefdm.service
|
||||
Before=killall.service halt.service
|
||||
DefaultDependencies=no
|
||||
|
||||
[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]
|
||||
|
@ -8,6 +8,7 @@
|
||||
[Unit]
|
||||
Description=Show Plymouth Reboot Screen
|
||||
After=getty@tty1.service prefdm.service
|
||||
Before=killall.service reboot.service
|
||||
DefaultDependencies=no
|
||||
|
||||
[Service]
|
||||
|
Loading…
x
Reference in New Issue
Block a user