summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-12 05:09:06 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-12 05:09:06 +0100
commit4cfa2c999dea269ddc646bfeba6c7f1021a73843 (patch)
treef30287296cc7a7d2626e6079ad6f272f38fe79ec /units
parentead51eb4ed55981f290e40a871ffbca6480c4cd3 (diff)
core: switch all log targets to go directly to the journal, instead via syslog
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 7b3529db0..408614912 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 e1f773639..c06684b63 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