2012-11-05 19:19:28 +01:00
|
|
|
--- systemd-units/plymouth-halt.service.in.orig
|
|
|
|
+++ systemd-units/plymouth-halt.service.in
|
2012-11-14 11:15:18 +01:00
|
|
|
@@ -4,8 +4,7 @@ After=getty@tty1.service prefdm.service
|
|
|
|
Before=halt.service
|
|
|
|
DefaultDependencies=no
|
2012-11-05 19:19:28 +01:00
|
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
-ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
|
|
|
|
+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --no-daemon --mode=shutdown --attach-to-session
|
|
|
|
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
|
|
|
-Type=forking
|
|
|
|
--- systemd-units/plymouth-kexec.service.in.orig
|
|
|
|
+++ systemd-units/plymouth-kexec.service.in
|
2012-11-14 11:15:18 +01:00
|
|
|
@@ -4,8 +4,7 @@ After=getty@tty1.service prefdm.service
|
|
|
|
Before=kexec.service
|
|
|
|
DefaultDependencies=no
|
2012-11-05 19:19:28 +01:00
|
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
-ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
|
|
|
|
+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --no-daemon --mode=shutdown --attach-to-session
|
|
|
|
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
|
|
|
-Type=forking
|
|
|
|
--- systemd-units/plymouth-poweroff.service.in.orig
|
|
|
|
+++ systemd-units/plymouth-poweroff.service.in
|
2012-11-14 11:15:18 +01:00
|
|
|
@@ -4,8 +4,7 @@ After=getty@tty1.service prefdm.service
|
|
|
|
Before=poweroff.service
|
|
|
|
DefaultDependencies=no
|
2012-11-05 19:19:28 +01:00
|
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
-ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
|
|
|
|
+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --no-daemon --mode=shutdown --attach-to-session
|
|
|
|
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
|
|
|
-Type=forking
|
|
|
|
--- systemd-units/plymouth-reboot.service.in.orig
|
|
|
|
+++ systemd-units/plymouth-reboot.service.in
|
2012-11-14 11:15:18 +01:00
|
|
|
@@ -4,8 +4,7 @@ After=getty@tty1.service prefdm.service
|
|
|
|
Before=reboot.service
|
|
|
|
DefaultDependencies=no
|
2012-11-05 19:19:28 +01:00
|
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
-ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=shutdown --attach-to-session
|
|
|
|
+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --no-daemon --mode=shutdown --attach-to-session
|
|
|
|
ExecStartPost=-@PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
|
|
|
-Type=forking
|
|
|
|
--- systemd-units/plymouth-start.service.in.orig
|
|
|
|
+++ systemd-units/plymouth-start.service.in
|
2012-11-14 11:15:18 +01:00
|
|
|
@@ -5,10 +5,9 @@ Wants=systemd-ask-password-plymouth.path
|
|
|
|
After=systemd-vconsole-setup.service systemd-udev-trigger.service
|
|
|
|
Before=systemd-ask-password-plymouth.service
|
2012-11-05 19:19:28 +01:00
|
|
|
ConditionKernelCommandLine=!plymouth.enable=0
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
-ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session
|
2012-11-14 11:15:18 +01:00
|
|
|
+ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --no-daemon --attach-to-session
|
2012-11-05 19:19:28 +01:00
|
|
|
ExecStartPost=-/sbin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; /sbin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth show-splash
|
|
|
|
-Type=forking
|
|
|
|
KillMode=none
|
|
|
|
SendSIGKILL=no
|