summaryrefslogtreecommitdiffstats
path: root/abs/core/plymouth/plymouth-pid.patch
blob: 3f141b0a084095017c7b36f64192dceb2cae854a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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