mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 04:48:08 +02:00
Merge branch 'systemd-RemainAfterExit' into 'master'
Add RemainAfterExit=yes to plymouth's systemd service files See merge request plymouth/plymouth!99
This commit is contained in:
commit
e0a90f8ad5
9 changed files with 9 additions and 0 deletions
|
|
@ -10,3 +10,4 @@ ConditionVirtualization=!container
|
|||
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
|
||||
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
||||
Type=forking
|
||||
RemainAfterExit=yes
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ ConditionVirtualization=!container
|
|||
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
|
||||
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
||||
Type=forking
|
||||
RemainAfterExit=yes
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ ConditionVirtualization=!container
|
|||
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
|
||||
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
||||
Type=forking
|
||||
RemainAfterExit=yes
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ After=rc-local.service plymouth-start.service systemd-user-sessions.service
|
|||
[Service]
|
||||
ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth --wait
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
TimeoutSec=0
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ After=rc-local.service plymouth-start.service systemd-user-sessions.service
|
|||
[Service]
|
||||
ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth quit
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
TimeoutSec=20
|
||||
|
|
|
|||
|
|
@ -8,3 +8,4 @@ ConditionPathExists=!/etc/initrd-release
|
|||
[Service]
|
||||
ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth update-root-fs --read-write
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
|
|
|
|||
|
|
@ -10,3 +10,4 @@ ConditionVirtualization=!container
|
|||
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=reboot --attach-to-session
|
||||
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
||||
Type=forking
|
||||
RemainAfterExit=yes
|
||||
|
|
|
|||
|
|
@ -11,5 +11,6 @@ ConditionVirtualization=!container
|
|||
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session
|
||||
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
||||
Type=forking
|
||||
RemainAfterExit=yes
|
||||
KillMode=none
|
||||
SendSIGKILL=no
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ Before=initrd-switch-root.service
|
|||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=-@PLYMOUTH_CLIENT_DIR@/plymouth update-root-fs --new-root-dir=/sysroot
|
||||
StandardInput=null
|
||||
StandardOutput=null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue