chiark / gitweb /
fedora: /bin/plymouth --sysinit is not necessary on shut down
[elogind.git] / units / fedora / plymouth-halt.service
index 69a9197544e7f9ecd34b3f50b01d10bfb7027d2a..fa1a20a46d50d25483ad83d05ebc52bdd03f83f3 100644 (file)
@@ -7,16 +7,12 @@
 
 [Unit]
 Description=Show Plymouth Halt Screen
-After=getty@tty1.service prefdm.service
-Before=killall.service halt.service
+After=getty@tty1.service prefdm.service plymouth-start.service
+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
-
-[Install]
-WantedBy=halt.target