diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-11 01:06:53 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-11 01:06:53 +0100 |
commit | 7d640cdf66a7c032c871ccfe0ee4ad56f7e3869b (patch) | |
tree | 7358429d27ffabbb664a69a9c75f0b002dc918bc /units | |
parent | 720ce21d444f6497299c4c99a76fda546b06716a (diff) |
units: move the last flag files to /dev/.run
Diffstat (limited to 'units')
-rw-r--r-- | units/fsck-root.service.in | 2 | ||||
-rw-r--r-- | units/plymouth-start.service | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in index 290c8453cc..ae6ea924a2 100644 --- a/units/fsck-root.service.in +++ b/units/fsck-root.service.in @@ -12,7 +12,7 @@ After=systemd-readahead-collect.service systemd-readahead-replay.service Before=local-fs.target shutdown.target remount-rootfs.service quotacheck.service # Dracut informs us with this flag file if the root fsck was already run -ConditionPathExists=!/dev/.initramfs/fsck +ConditionPathExists=!/dev/.run/initramfs/root-fsck [Service] Type=oneshot diff --git a/units/plymouth-start.service b/units/plymouth-start.service index c3c101eb8a..4ef2bcc020 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/.systemd/plymouth +ConditionPathExists=!/dev/.run/initramfs/plymouth [Service] ExecStart=/sbin/plymouthd --mode=boot |