diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/fsck-root.service.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in index 2f89d0e63b..cb654260c0 100644 --- a/units/fsck-root.service.in +++ b/units/fsck-root.service.in @@ -11,6 +11,9 @@ DefaultDependencies=no 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 + [Service] Type=oneshot RemainAfterExit=no |