chiark / gitweb /
locale: unify some code between fedora and altlinux
[elogind.git] / units / fedora / plymouth-halt.service
index 2a5a06721aa361312e77c4cb573bdca17c5426bf..fa1a20a46d50d25483ad83d05ebc52bdd03f83f3 100644 (file)
@@ -7,13 +7,12 @@
 
 [Unit]
 Description=Show Plymouth Halt Screen
 
 [Unit]
 Description=Show Plymouth Halt Screen
-After=getty@tty1.service prefdm.service
+After=getty@tty1.service prefdm.service plymouth-start.service
 Before=halt.service
 DefaultDependencies=no
 
 [Service]
 ExecStart=/sbin/plymouthd --mode=shutdown
 Before=halt.service
 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=Halting...'
+ExecStartPost=-/bin/plymouth --show-splash
+ExecStartPost=-/bin/plymouth message '--text=Halting...'
 Type=forking
 Type=forking