summaryrefslogtreecommitdiff
path: root/units/fedora/plymouth-halt.service
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-10-29 16:51:13 +0200
committerLennart Poettering <lennart@poettering.net>2010-10-29 16:51:13 +0200
commit6c6a7c015368e9f2d192c0dc45fc1f016502f0f9 (patch)
treece31a553f4709d94fc5a1b6ffd1c627867df34c7 /units/fedora/plymouth-halt.service
parent9423fd773e093d8d1fb5fcf63f527f2b531cac02 (diff)
fedora: invoke plymouth with its /bin instead of the /usr/bin/ path
Diffstat (limited to 'units/fedora/plymouth-halt.service')
-rw-r--r--units/fedora/plymouth-halt.service6
1 files changed, 3 insertions, 3 deletions
diff --git a/units/fedora/plymouth-halt.service b/units/fedora/plymouth-halt.service
index 1a957f425a..15ba2200f9 100644
--- a/units/fedora/plymouth-halt.service
+++ b/units/fedora/plymouth-halt.service
@@ -13,7 +13,7 @@ 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 --sysinit
+ExecStartPost=-/bin/plymouth --show-splash
+ExecStartPost=-/bin/plymouth message '--text=Halting...'
Type=forking