[systemd-commits] units/fedora
Lennart Poettering
lennart at kemper.freedesktop.org
Fri Oct 29 07:54:26 PDT 2010
units/fedora/plymouth-halt.service | 6 +++---
units/fedora/plymouth-kexec.service | 6 +++---
units/fedora/plymouth-poweroff.service | 6 +++---
units/fedora/plymouth-quit.service | 2 +-
units/fedora/plymouth-reboot.service | 6 +++---
units/fedora/plymouth-start.service | 2 +-
6 files changed, 14 insertions(+), 14 deletions(-)
New commits:
commit 6c6a7c015368e9f2d192c0dc45fc1f016502f0f9
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Oct 29 16:51:13 2010 +0200
fedora: invoke plymouth with its /bin instead of the /usr/bin/ path
diff --git a/units/fedora/plymouth-halt.service b/units/fedora/plymouth-halt.service
index 1a957f4..15ba220 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
diff --git a/units/fedora/plymouth-kexec.service b/units/fedora/plymouth-kexec.service
index b73286c..eb5cba8 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
diff --git a/units/fedora/plymouth-poweroff.service b/units/fedora/plymouth-poweroff.service
index 5ff174f..b73a446 100644
--- a/units/fedora/plymouth-poweroff.service
+++ b/units/fedora/plymouth-poweroff.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=Powering Off...'
+ExecStartPost=-/bin/plymouth --sysinit
+ExecStartPost=-/bin/plymouth --show-splash
+ExecStartPost=-/bin/plymouth message '--text=Powering Off...'
Type=forking
diff --git a/units/fedora/plymouth-quit.service b/units/fedora/plymouth-quit.service
index f4d292c..6310eff 100644
--- a/units/fedora/plymouth-quit.service
+++ b/units/fedora/plymouth-quit.service
@@ -11,5 +11,5 @@ Before=getty at tty1.service
After=dev-tty1.device rc-local.service plymouth-start.service
[Service]
-ExecStart=-/usr/bin/plymouth quit
+ExecStart=-/bin/plymouth quit
Type=oneshot
diff --git a/units/fedora/plymouth-reboot.service b/units/fedora/plymouth-reboot.service
index d09171a..900b640 100644
--- a/units/fedora/plymouth-reboot.service
+++ b/units/fedora/plymouth-reboot.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...'
+ExecStartPost=-/bin/plymouth --sysinit
+ExecStartPost=-/bin/plymouth --show-splash
+ExecStartPost=-/bin/plymouth message '--text=Rebooting...'
Type=forking
diff --git a/units/fedora/plymouth-start.service b/units/fedora/plymouth-start.service
index e08e8d4..af00724 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
More information about the systemd-commits
mailing list