From 48774cf60f604aba51c77dc67ac43b41760f7918 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 15 Feb 2011 01:28:31 +0100 Subject: [PATCH] fsck: output to /dev/console by default in addition to syslog --- units/fsck-root.service.in | 2 +- units/fsck@.service.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in index cb654260c..3df2cd380 100644 --- a/units/fsck-root.service.in +++ b/units/fsck-root.service.in @@ -18,5 +18,5 @@ ConditionPathExists=!/dev/.initramfs/fsck Type=oneshot RemainAfterExit=no ExecStart=@rootlibexecdir@/systemd-fsck -StandardOutput=syslog +StandardOutput=syslog+console FsckPassNo=1 diff --git a/units/fsck@.service.in b/units/fsck@.service.in index 38815414f..475197431 100644 --- a/units/fsck@.service.in +++ b/units/fsck@.service.in @@ -16,4 +16,4 @@ Before=local-fs.target shutdown.target Type=oneshot RemainAfterExit=no ExecStart=@rootlibexecdir@/systemd-fsck %f -StandardOutput=syslog +StandardOutput=syslog+console -- 2.30.2