chiark / gitweb /
plymouth: don't explicitly enable status message when plymouth is up
[elogind.git] / units / fsck-root.service.in
index 8ddbda91a6f290c4fa303a485677f8743c7d5ef6..8f4adc48e07536d14261faa08e7a1751aa10ffbc 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=!/run/initramfs/root-fsck
+
 [Service]
 Type=oneshot
 RemainAfterExit=no
 ExecStart=@rootlibexecdir@/systemd-fsck
+StandardOutput=syslog+console
 FsckPassNo=1
+TimeoutSec=0