summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--units/fedora/plymouth-halt.service1
-rw-r--r--units/fedora/plymouth-kexec.service1
-rw-r--r--units/fedora/plymouth-poweroff.service1
-rw-r--r--units/fedora/plymouth-reboot.service1
4 files changed, 0 insertions, 4 deletions
diff --git a/units/fedora/plymouth-halt.service b/units/fedora/plymouth-halt.service
index 15ba2200f9..fa1a20a46d 100644
--- a/units/fedora/plymouth-halt.service
+++ b/units/fedora/plymouth-halt.service
@@ -13,7 +13,6 @@ DefaultDependencies=no
[Service]
ExecStart=/sbin/plymouthd --mode=shutdown
-ExecStartPost=-/bin/plymouth --sysinit
ExecStartPost=-/bin/plymouth --show-splash
ExecStartPost=-/bin/plymouth message '--text=Halting...'
Type=forking
diff --git a/units/fedora/plymouth-kexec.service b/units/fedora/plymouth-kexec.service
index eb5cba8de8..61c6376a73 100644
--- a/units/fedora/plymouth-kexec.service
+++ b/units/fedora/plymouth-kexec.service
@@ -13,7 +13,6 @@ DefaultDependencies=no
[Service]
ExecStart=/sbin/plymouthd --mode=shutdown
-ExecStartPost=-/bin/plymouth --sysinit
ExecStartPost=-/bin/plymouth --show-splash
ExecStartPost=-/bin/plymouth message '--text=Rebooting with kexec...'
Type=forking
diff --git a/units/fedora/plymouth-poweroff.service b/units/fedora/plymouth-poweroff.service
index b73a446905..c1eebb5ac2 100644
--- a/units/fedora/plymouth-poweroff.service
+++ b/units/fedora/plymouth-poweroff.service
@@ -13,7 +13,6 @@ DefaultDependencies=no
[Service]
ExecStart=/sbin/plymouthd --mode=shutdown
-ExecStartPost=-/bin/plymouth --sysinit
ExecStartPost=-/bin/plymouth --show-splash
ExecStartPost=-/bin/plymouth message '--text=Powering Off...'
Type=forking
diff --git a/units/fedora/plymouth-reboot.service b/units/fedora/plymouth-reboot.service
index 900b6409fb..974db31d61 100644
--- a/units/fedora/plymouth-reboot.service
+++ b/units/fedora/plymouth-reboot.service
@@ -13,7 +13,6 @@ DefaultDependencies=no
[Service]
ExecStart=/sbin/plymouthd --mode=shutdown
-ExecStartPost=-/bin/plymouth --sysinit
ExecStartPost=-/bin/plymouth --show-splash
ExecStartPost=-/bin/plymouth message '--text=Rebooting...'
Type=forking