From 7e75c5ac2d607bd87818d1a3546ff6ae5c6c3859 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 24 Aug 2012 23:18:35 +0200 Subject: [PATCH 1/1] unit: make sure structured logging is available before we enter the main boot phase --- TODO | 2 ++ units/systemd-journald.service.in | 1 + 2 files changed, 3 insertions(+) diff --git a/TODO b/TODO index b1d92dafa..9fa240cc4 100644 --- a/TODO +++ b/TODO @@ -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 366655bfc..cfbcda2f6 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 -- 2.30.2