X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsystemd-fsck-root.service.in;h=26cce5131e7e497d07ec2b6f78110e2bfc0bd004;hp=517dee70bec9aadb54403911111318bb25dd013a;hb=42483a747489ff46aed3588b78bf4b9480dbeaf7;hpb=93a1d735aca5584a005d851f12cb0b8c7bb5e5ca diff --git a/units/systemd-fsck-root.service.in b/units/systemd-fsck-root.service.in index 517dee70b..26cce5131 100644 --- a/units/systemd-fsck-root.service.in +++ b/units/systemd-fsck-root.service.in @@ -7,18 +7,15 @@ [Unit] Description=File System Check on Root Device +Documentation=man:systemd-fsck-root.service(8) DefaultDependencies=no After=systemd-readahead-collect.service systemd-readahead-replay.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 ConditionPathIsReadWrite=!/ [Service] Type=oneshot -RemainAfterExit=no +RemainAfterExit=yes ExecStart=@rootlibexecdir@/systemd-fsck StandardOutput=journal+console -FsckPassNo=1 TimeoutSec=0