X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Ffsck-root.service.in;h=408614912875322094912ec6b0474ade0bc62c8e;hp=987503a2b87be69e86418626dfc5be0fd7498b09;hb=189f6d82eef8bccb733f735281bed4588dccbbd9;hpb=335aa753fa60ba0bb3c9fe679c761d5f1f3b1588 diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in index 987503a2b..408614912 100644 --- a/units/fsck-root.service.in +++ b/units/fsck-root.service.in @@ -9,9 +9,15 @@ Description=File System Check on Root Device DefaultDependencies=no After=systemd-readahead-collect.service systemd-readahead-replay.service -Before=local-fs.target shutdown.target remount-rootfs.service quotacheck.service +Before=local-fs.target shutdown.target + +# Dracut informs us with this flag file if the root fsck was already run +ConditionPathExists=!/run/initramfs/root-fsck [Service] Type=oneshot RemainAfterExit=no ExecStart=@rootlibexecdir@/systemd-fsck +StandardOutput=journal+console +FsckPassNo=1 +TimeoutSec=0