X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsystemd-fsck-root.service.in;h=6d7657853ed64dcbc49f1c72452f299e8a5101f8;hp=ef5123feb8c4db1acb75926d0f9abc2b57a09a27;hb=7d5fed66a6fd5731da7564ae47a9f693fa75a549;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/units/systemd-fsck-root.service.in b/units/systemd-fsck-root.service.in index ef5123feb..6d7657853 100644 --- a/units/systemd-fsck-root.service.in +++ b/units/systemd-fsck-root.service.in @@ -7,19 +7,14 @@ [Unit] Description=File System Check on Root Device -Documentation=man:systemd-fsck@.service(8) +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