diff options
Diffstat (limited to 'units/plymouth-start.service')
-rw-r--r-- | units/plymouth-start.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/plymouth-start.service b/units/plymouth-start.service index 4ef2bcc020..eb336e619e 100644 --- a/units/plymouth-start.service +++ b/units/plymouth-start.service @@ -13,7 +13,7 @@ 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=!/dev/.run/initramfs/plymouth +ConditionPathExists=!/run/initramfs/plymouth [Service] ExecStart=/sbin/plymouthd --mode=boot |