summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
Diffstat (limited to 'units')
-rw-r--r--units/fsck-root.service.in2
-rw-r--r--units/fsck@.service.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/units/fsck-root.service.in b/units/fsck-root.service.in
index 7b3529db07..4086149128 100644
--- a/units/fsck-root.service.in
+++ b/units/fsck-root.service.in
@@ -18,6 +18,6 @@ ConditionPathExists=!/run/initramfs/root-fsck
Type=oneshot
RemainAfterExit=no
ExecStart=@rootlibexecdir@/systemd-fsck
-StandardOutput=syslog+console
+StandardOutput=journal+console
FsckPassNo=1
TimeoutSec=0
diff --git a/units/fsck@.service.in b/units/fsck@.service.in
index e1f773639b..c06684b634 100644
--- a/units/fsck@.service.in
+++ b/units/fsck@.service.in
@@ -16,5 +16,5 @@ Before=shutdown.target
Type=oneshot
RemainAfterExit=no
ExecStart=@rootlibexecdir@/systemd-fsck %f
-StandardOutput=syslog+console
+StandardOutput=journal+console
TimeoutSec=0