chiark / gitweb /
fsck: output to /dev/console by default in addition to syslog
[elogind.git] / units / fsck-root.service.in
index 2f89d0e63bc1d7ec405a27feb932cafac48e4478..3df2cd3809227c69877e611891442d6756f5996b 100644 (file)
@@ -11,9 +11,12 @@ 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
+StandardOutput=syslog+console
 FsckPassNo=1