chiark / gitweb /
unit: distuingish mandatory from triggering conditions
[elogind.git] / units / fsck-root.service.in
index 8ddbda91a6f290c4fa303a485677f8743c7d5ef6..290c8453cce912ab5c98d68ac64221b76ff10ae6 100644 (file)
@@ -11,8 +11,13 @@ DefaultDependencies=no
 After=systemd-readahead-collect.service systemd-readahead-replay.service
 Before=local-fs.target shutdown.target remount-rootfs.service quotacheck.service
 
+# Dracut informs us with this flag file if the root fsck was already run
+ConditionPathExists=!/dev/.initramfs/fsck
+
 [Service]
 Type=oneshot
 RemainAfterExit=no
 ExecStart=@rootlibexecdir@/systemd-fsck
+StandardOutput=syslog+console
 FsckPassNo=1
+TimeoutSec=0