fedora: invoke plymouth with its /bin instead of the /usr/bin/ path

This commit is contained in:
Lennart Poettering 2010-10-29 16:51:13 +02:00
parent 9423fd773e
commit 6c6a7c0153
6 changed files with 14 additions and 14 deletions

View file

@ -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

View file

@ -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

View file

@ -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=Powering Off...'
ExecStartPost=-/bin/plymouth --sysinit
ExecStartPost=-/bin/plymouth --show-splash
ExecStartPost=-/bin/plymouth message '--text=Powering Off...'
Type=forking

View file

@ -11,5 +11,5 @@ Before=getty@tty1.service
After=dev-tty1.device rc-local.service plymouth-start.service
[Service]
ExecStart=-/usr/bin/plymouth quit
ExecStart=-/bin/plymouth quit
Type=oneshot

View file

@ -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...'
ExecStartPost=-/bin/plymouth --sysinit
ExecStartPost=-/bin/plymouth --show-splash
ExecStartPost=-/bin/plymouth message '--text=Rebooting...'
Type=forking

View file

@ -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