diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-12 05:09:06 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-12 05:09:06 +0100 |
commit | 4cfa2c999dea269ddc646bfeba6c7f1021a73843 (patch) | |
tree | f30287296cc7a7d2626e6079ad6f272f38fe79ec /units | |
parent | ead51eb4ed55981f290e40a871ffbca6480c4cd3 (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.in | 2 | ||||
-rw-r--r-- | 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 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 |