From 9408a2d295a312a5472345090e28e0502570494b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 31 Mar 2011 04:26:40 +0200 Subject: plymouth: use PID file to detect whether ply is running --- units/plymouth-start.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'units/plymouth-start.service') 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 -- cgit v1.2.3-54-g00ecf