mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
fedora: invoke plymouth with its /bin instead of the /usr/bin/ path
This commit is contained in:
parent
9423fd773e
commit
6c6a7c0153
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user