summaryrefslogtreecommitdiff
path: root/units/plymouth-start.service
diff options
context:
space:
mode:
Diffstat (limited to 'units/plymouth-start.service')
-rw-r--r--units/plymouth-start.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/units/plymouth-start.service b/units/plymouth-start.service
index 6ab51f32af..10d03c6c62 100644
--- a/units/plymouth-start.service
+++ b/units/plymouth-start.service
@@ -13,9 +13,9 @@ After=systemd-vconsole-setup.service udev-settle.service
Before=systemd-ask-password-plymouth.service
# Dracut informs us with this flag file if plymouth is already running
-ConditionPathExists=!/run/initramfs/plymouth
+ConditionPathExists=!/run/plymouth/pid
[Service]
-ExecStart=/sbin/plymouthd --mode=boot
+ExecStart=/sbin/plymouthd --mode=boot --pid-file=/run/plymouth/pid
ExecStartPost=-/bin/plymouth --show-splash
Type=forking