diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-29 17:07:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-30 23:56:12 +0200 |
commit | 5edf93ec94ff80edb795e561f2b5c1b7ab68a7d8 (patch) | |
tree | 3718ac363b128e9c9f8691827c22ff1e9e4d1217 /units/fedora/plymouth-halt.service | |
parent | 0f6aaf1bddaed6a0393fc445af60ee19fa73fabf (diff) |
fedora: /bin/plymouth --sysinit is not necessary on shut down
Diffstat (limited to 'units/fedora/plymouth-halt.service')
-rw-r--r-- | units/fedora/plymouth-halt.service | 1 |
1 files changed, 0 insertions, 1 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 |