summarylogtreecommitdiffstats
path: root/plymouth-start.service
diff options
context:
space:
mode:
authorSebastian Lau2017-09-21 19:23:31 +0200
committerSebastian Lau2017-09-21 19:23:31 +0200
commit2d42b4db1ca5039caa584f4456e2bdccbad1e293 (patch)
tree4e38717d4bc60319e845325063c62ac77e3f9800 /plymouth-start.service
parent3f7e30ce4a776e13c2046480068936e80acd8e96 (diff)
downloadaur-2d42b4db1ca5039caa584f4456e2bdccbad1e293.tar.gz
Address problem with pidfile under systemd
Diffstat (limited to 'plymouth-start.service')
-rw-r--r--plymouth-start.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/plymouth-start.service b/plymouth-start.service
index b0f442f05dbe..fb58ad729241 100644
--- a/plymouth-start.service
+++ b/plymouth-start.service
@@ -10,7 +10,9 @@ ConditionKernelCommandLine=!plymouth.enable=0
ExecStart=/usr/bin/plymouthd --mode=boot --pid-file=/run/plymouth/pid --attach-to-session
ExecStartPost=-/usr/bin/plymouth show-splash
Type=forking
+RuntimeDirectory=plymouth
KillMode=none
SendSIGKILL=no
+
[Install]
WantedBy=sysinit.target