unit: make sure structured logging is available before we enter the main boot phase

This commit is contained in:
Lennart Poettering 2012-08-24 23:18:35 +02:00
parent c0387ebfb6
commit 7e75c5ac2d
2 changed files with 3 additions and 0 deletions

2
TODO
View file

@ -49,6 +49,8 @@ Bugfixes:
Features: Features:
* introduce $container_boot_id
* wall messages for shutdown should move to logind * wall messages for shutdown should move to logind
* remove wants from journald.service * remove wants from journald.service

View file

@ -12,6 +12,7 @@ DefaultDependencies=no
Wants=systemd-journal-flush.service Wants=systemd-journal-flush.service
Requires=systemd-journald.socket Requires=systemd-journald.socket
After=systemd-journald.socket syslog.socket After=systemd-journald.socket syslog.socket
Before=sysinit.target
[Service] [Service]
ExecStart=@rootlibexecdir@/systemd-journald ExecStart=@rootlibexecdir@/systemd-journald