diff options
Diffstat (limited to 'units/fedora/plymouth-kexec.service')
-rw-r--r-- | units/fedora/plymouth-kexec.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/units/fedora/plymouth-kexec.service b/units/fedora/plymouth-kexec.service index b73286c88b..eb5cba8de8 100644 --- a/units/fedora/plymouth-kexec.service +++ b/units/fedora/plymouth-kexec.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=Rebooting with kexec...' +ExecStartPost=-/bin/plymouth --sysinit +ExecStartPost=-/bin/plymouth --show-splash +ExecStartPost=-/bin/plymouth message '--text=Rebooting with kexec...' Type=forking |