chiark / gitweb /
locale: unify some code between fedora and altlinux
[elogind.git] / units / fedora / plymouth-reboot.service
index 5d252ada3a749e985d225503c72fd08f427f1126..974db31d613a5138cdee9ee64b02cd974dd60091 100644 (file)
@@ -7,16 +7,12 @@
 
 [Unit]
 Description=Show Plymouth Reboot Screen
 
 [Unit]
 Description=Show Plymouth Reboot Screen
-After=getty@tty1.service prefdm.service
-Before=killall.service reboot.service
+After=getty@tty1.service prefdm.service plymouth-start.service
+Before=reboot.service
 DefaultDependencies=no
 
 [Service]
 ExecStart=/sbin/plymouthd --mode=shutdown
 DefaultDependencies=no
 
 [Service]
 ExecStart=/sbin/plymouthd --mode=shutdown
-ExecStartPost=-/usr/bin/plymouth --sysinit
-ExecStartPost=-/usr/bin/plymouth --show-splash
-ExecStartPost=-/usr/bin/plymouth message '--text=Rebooting...'
+ExecStartPost=-/bin/plymouth --show-splash
+ExecStartPost=-/bin/plymouth message '--text=Rebooting...'
 Type=forking
 Type=forking
-
-[Install]
-WantedBy=reboot.target