diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-29 16:51:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-29 16:51:13 +0200 |
commit | 6c6a7c015368e9f2d192c0dc45fc1f016502f0f9 (patch) | |
tree | ce31a553f4709d94fc5a1b6ffd1c627867df34c7 /units/fedora/plymouth-start.service | |
parent | 9423fd773e093d8d1fb5fcf63f527f2b531cac02 (diff) |
fedora: invoke plymouth with its /bin instead of the /usr/bin/ path
Diffstat (limited to 'units/fedora/plymouth-start.service')
-rw-r--r-- | units/fedora/plymouth-start.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/fedora/plymouth-start.service b/units/fedora/plymouth-start.service index e08e8d4dca..af00724159 100644 --- a/units/fedora/plymouth-start.service +++ b/units/fedora/plymouth-start.service @@ -13,5 +13,5 @@ Before=systemd-ask-password-plymouth.service [Service] ExecStart=/sbin/plymouthd --mode=boot -ExecStartPost=-/usr/bin/plymouth --show-splash +ExecStartPost=-/bin/plymouth --show-splash Type=forking |