chiark / gitweb /
fsck: output to /dev/console by default in addition to syslog
authorLennart Poettering <lennart@poettering.net>
Tue, 15 Feb 2011 00:28:31 +0000 (01:28 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 15 Feb 2011 00:28:31 +0000 (01:28 +0100)
units/fsck-root.service.in
units/fsck@.service.in

index cb654260c03ad4ef265be06124d1f7bd301fb966..3df2cd3809227c69877e611891442d6756f5996b 100644 (file)
@@ -18,5 +18,5 @@ ConditionPathExists=!/dev/.initramfs/fsck
 Type=oneshot
 RemainAfterExit=no
 ExecStart=@rootlibexecdir@/systemd-fsck
-StandardOutput=syslog
+StandardOutput=syslog+console
 FsckPassNo=1
index 38815414fac32279d78f0605c98e6c6dccbc446e..47519743127709e680bd61912f34cd8ba40032bb 100644 (file)
@@ -16,4 +16,4 @@ Before=local-fs.target shutdown.target
 Type=oneshot
 RemainAfterExit=no
 ExecStart=@rootlibexecdir@/systemd-fsck %f
-StandardOutput=syslog
+StandardOutput=syslog+console