File bsc-939204.patch of Package plymouth
Index: plymouth-0.9.2/systemd-units/plymouth-reboot.service.in
===================================================================
--- plymouth-0.9.2.orig/systemd-units/plymouth-reboot.service.in
+++ plymouth-0.9.2/systemd-units/plymouth-reboot.service.in
@@ -1,6 +1,6 @@
[Unit]
Description=Show Plymouth Reboot Screen
-After=getty@tty1.service display-manager.service plymouth-start.service
+After=display-manager.service
Before=systemd-reboot.service
DefaultDependencies=no
ConditionKernelCommandLine=!plymouth.enable=0
@@ -8,4 +8,6 @@ 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