summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth/plymouth-pid.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/plymouth/plymouth-pid.patch')
-rw-r--r--abs/core/plymouth/plymouth-pid.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/abs/core/plymouth/plymouth-pid.patch b/abs/core/plymouth/plymouth-pid.patch
new file mode 100644
index 0000000..3f141b0
--- /dev/null
+++ b/abs/core/plymouth/plymouth-pid.patch
@@ -0,0 +1,33 @@
+--- a/systemd-units/systemd-ask-password-plymouth.service.in 2012-09-26 18:50:53.000000000 +0200
++++ b/systemd-units/systemd-ask-password-plymouth.service.in 2012-10-28 23:12:04.295327564 +0100
+@@ -6,7 +6,7 @@
+ After=plymouth-start.service
+ Before=shutdown.target
+ ConditionKernelCommandLine=!plymouth.enable=0
+-ConditionPathExists=/run/plymouth/pid
++ConditionPathExists=/run/plymouth.pid
+
+ [Service]
+ ExecStart=/bin/systemd-tty-ask-password-agent --watch --plymouth
+--- a/systemd-units/systemd-ask-password-plymouth.path.in 2012-09-26 18:50:53.000000000 +0200
++++ b/systemd-units/systemd-ask-password-plymouth.path.in 2012-10-28 23:11:54.348555717 +0100
+@@ -6,7 +6,7 @@
+ After=plymouth-start.service
+ Before=basic.target shutdown.target
+ ConditionKernelCommandLine=!plymouth.enable=0
+-ConditionPathExists=/run/plymouth/pid
++ConditionPathExists=/run/plymouth.pid
+
+ [Path]
+ DirectoryNotEmpty=/run/systemd/ask-password
+--- a/systemd-units/plymouth-start.service.in 2012-09-26 18:50:53.000000000 +0200
++++ b/systemd-units/plymouth-start.service.in 2012-10-28 23:11:35.731982414 +0100
+@@ -7,7 +7,7 @@
+ ConditionKernelCommandLine=!plymouth.enable=0
+
+ [Service]
+-ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=@plymouthruntimedir@/pid --attach-to-session
++ExecStart=@PLYMOUTH_DAEMON_DIR@/plymouthd --mode=boot --pid-file=/run/plymouth.pid --attach-to-session
+ ExecStartPost=-/bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/drm/card0/dev ; /bin/udevadm settle --timeout=30 --exit-if-exists=/sys/class/graphics/fb0/dev ; @PLYMOUTH_CLIENT_DIR@/plymouth show-splash
+ Type=forking
+ KillMode=none