chiark / gitweb /
udev: fix path in udev.service
[elogind.git] / units / fsck-root.service.in
index 8ddbda91a6f290c4fa303a485677f8743c7d5ef6..408614912875322094912ec6b0474ade0bc62c8e 100644 (file)
@@ -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=journal+console
 FsckPassNo=1
+TimeoutSec=0