File bsc-939204.patch of Package plymouth.5162
Index: plymouth-0.9.0/systemd-units/plymouth-reboot.service.in
===================================================================
--- plymouth-0.9.0.orig/systemd-units/plymouth-reboot.service.in
+++ plymouth-0.9.0/systemd-units/plymouth-reboot.service.in
@@ -1,6 +1,5 @@
[Unit]
Description=Show Plymouth Reboot Screen
-After=getty@tty1.service display-manager.service plymouth-start.service
Before=systemd-reboot.service
DefaultDependencies=no
ConditionKernelCommandLine=!plymouth.enable=0
@@ -8,6 +7,9 @@ ConditionKernelCommandLine=!plymouth.ena
[Service]
ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
+Restart=always
+RestartSec=0
Type=forking
+
[Install]
WantedBy=reboot.target