From: Lennart Poettering Date: Fri, 29 Oct 2010 15:07:01 +0000 (+0200) Subject: fedora: /bin/plymouth --sysinit is not necessary on shut down X-Git-Tag: v12~90 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5edf93ec94ff80edb795e561f2b5c1b7ab68a7d8;hp=0f6aaf1bddaed6a0393fc445af60ee19fa73fabf fedora: /bin/plymouth --sysinit is not necessary on shut down --- diff --git a/units/fedora/plymouth-halt.service b/units/fedora/plymouth-halt.service index 15ba2200f..fa1a20a46 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 eb5cba8de..61c6376a7 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 b73a44690..c1eebb5ac 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 900b6409f..974db31d6 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