diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-08-24 23:18:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-03 18:59:05 -0700 |
commit | 7e75c5ac2d607bd87818d1a3546ff6ae5c6c3859 (patch) | |
tree | 322883cc167c54e4e04a84bbf205d846d90f4299 | |
parent | c0387ebfb672d16e194201e04f8185545e1a5914 (diff) |
unit: make sure structured logging is available before we enter the main boot phase
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | units/systemd-journald.service.in | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,8 @@ Bugfixes: Features: +* introduce $container_boot_id + * wall messages for shutdown should move to logind * remove wants from journald.service diff --git a/units/systemd-journald.service.in b/units/systemd-journald.service.in index 366655bfc5..cfbcda2f65 100644 --- a/units/systemd-journald.service.in +++ b/units/systemd-journald.service.in @@ -12,6 +12,7 @@ DefaultDependencies=no Wants=systemd-journal-flush.service Requires=systemd-journald.socket After=systemd-journald.socket syslog.socket +Before=sysinit.target [Service] ExecStart=@rootlibexecdir@/systemd-journald |