chiark / gitweb /
fedora: /bin/plymouth --sysinit is not necessary on shut down
[elogind.git] / units / fedora / plymouth-kexec.service
index b73286c88b05167f65a5337a5c80889a64c7e100..61c6376a73fc31912e3b51d404eb626b060e23fd 100644 (file)
@@ -13,7 +13,6 @@ 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 with kexec...'
+ExecStartPost=-/bin/plymouth --show-splash
+ExecStartPost=-/bin/plymouth message '--text=Rebooting with kexec...'
 Type=forking