chiark / gitweb /
fedora: invoke plymouth with its /bin instead of the /usr/bin/ path
authorLennart Poettering <lennart@poettering.net>
Fri, 29 Oct 2010 14:51:13 +0000 (16:51 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 29 Oct 2010 14:51:13 +0000 (16:51 +0200)
units/fedora/plymouth-halt.service
units/fedora/plymouth-kexec.service
units/fedora/plymouth-poweroff.service
units/fedora/plymouth-quit.service
units/fedora/plymouth-reboot.service
units/fedora/plymouth-start.service

index 1a957f425aa57759898778b5f331d9ced0e44b80..15ba2200f9699ed1f2c7158ca03ba111c756f4f1 100644 (file)
@@ -13,7 +13,7 @@ DefaultDependencies=no
 
 [Service]
 ExecStart=/sbin/plymouthd --mode=shutdown
 
 [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
 Type=forking
index b73286c88b05167f65a5337a5c80889a64c7e100..eb5cba8de8964f5aef3e5c44d18a71dc8aa343e1 100644 (file)
@@ -13,7 +13,7 @@ DefaultDependencies=no
 
 [Service]
 ExecStart=/sbin/plymouthd --mode=shutdown
 
 [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
 Type=forking
index 5ff174fe85328ba22f09d6bec025a0fbe3c1dd10..b73a446905a8c1fe6cb07d861b3bb10918eaa169 100644 (file)
@@ -13,7 +13,7 @@ DefaultDependencies=no
 
 [Service]
 ExecStart=/sbin/plymouthd --mode=shutdown
 
 [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
 Type=forking
index f4d292cd033d03cb11d92db8ecc997ab3aa7d750..6310eff495decfb65a3ab96acf26fb14b6bd76ad 100644 (file)
@@ -11,5 +11,5 @@ Before=getty@tty1.service
 After=dev-tty1.device rc-local.service plymouth-start.service
 
 [Service]
 After=dev-tty1.device rc-local.service plymouth-start.service
 
 [Service]
-ExecStart=-/usr/bin/plymouth quit
+ExecStart=-/bin/plymouth quit
 Type=oneshot
 Type=oneshot
index d09171adfefadbef76561382a0b866c9047f4d14..900b6409fb2f44f1f7ad5294e1be2e2d89b8d6c4 100644 (file)
@@ -13,7 +13,7 @@ DefaultDependencies=no
 
 [Service]
 ExecStart=/sbin/plymouthd --mode=shutdown
 
 [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
 Type=forking
index e08e8d4dcacadf0c9102472cc7049c3f3f5bc974..af00724159437b1f871aaa415cd3a179de78dc5b 100644 (file)
@@ -13,5 +13,5 @@ Before=systemd-ask-password-plymouth.service
 
 [Service]
 ExecStart=/sbin/plymouthd --mode=boot
 
 [Service]
 ExecStart=/sbin/plymouthd --mode=boot
-ExecStartPost=-/usr/bin/plymouth --show-splash
+ExecStartPost=-/bin/plymouth --show-splash
 Type=forking
 Type=forking