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=7b3529db07e71a97ac8fe99148214949bb6652b5;hp=2f89d0e63bc1d7ec405a27feb932cafac48e4478;hb=64747e2d4b6feb61e9f9e70d36ffcf5a972e168a;hpb=52f319b29398d36ed8d1a70f68a170c0a85f401d diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in index 2f89d0e63..7b3529db0 100644 --- a/units/fsck-root.service.in +++ b/units/fsck-root.service.in @@ -9,11 +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=syslog +StandardOutput=syslog+console FsckPassNo=1 +TimeoutSec=0