X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Ffsck-root.service.in;h=7b3529db07e71a97ac8fe99148214949bb6652b5;hp=8ddbda91a6f290c4fa303a485677f8743c7d5ef6;hb=71092d70af35567dd154d3de2ce04ce62e157a7c;hpb=2ba545f1a098fc5621d4d1f1049af2f40793819a diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in index 8ddbda91a..7b3529db0 100644 --- a/units/fsck-root.service.in +++ b/units/fsck-root.service.in @@ -9,10 +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+console FsckPassNo=1 +TimeoutSec=0