You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
443 B
14 lines
443 B
[Unit]
|
|
Description=Show Plymouth Reboot with kexec Screen
|
|
After=getty@tty1.service display-manager.service plymouth-start.service
|
|
Before=systemd-kexec.service
|
|
DefaultDependencies=no
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
ConditionVirtualization=!container
|
|
|
|
[Service]
|
|
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
|
|
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
|
Type=forking
|
|
RemainAfterExit=yes
|