]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-fsck-root.service.in
Merge pull request #1726 from teg/networkd-2
[thirdparty/systemd.git] / units / systemd-fsck-root.service.in
index ef5123feb8c4db1acb75926d0f9abc2b57a09a27..3617abf04a5ddc2959d44907dddc3381fb2277f2 100644 (file)
@@ -7,19 +7,13 @@
 
 [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