chiark / gitweb /
unit: make sure structured logging is available before we enter the main boot phase
authorLennart Poettering <lennart@poettering.net>
Fri, 24 Aug 2012 21:18:35 +0000 (23:18 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 4 Sep 2012 01:59:05 +0000 (18:59 -0700)
TODO
units/systemd-journald.service.in

diff --git a/TODO b/TODO
index b1d92dafad8f3244d0ae508777d698cbe92c72c3..9fa240cc4e8bd70ae0f89241fb681c7228d45c12 100644 (file)
--- a/TODO
+++ b/TODO
@@ -49,6 +49,8 @@ Bugfixes:
 
 Features:
 
 
 Features:
 
+* introduce $container_boot_id
+
 * wall messages for shutdown should move to logind
 
 * remove wants from journald.service
 * wall messages for shutdown should move to logind
 
 * remove wants from journald.service
index 366655bfc536a651feac8b7ac78b4ea0e7b6bb84..cfbcda2f65863070ef12766d08d547941090c627 100644 (file)
@@ -12,6 +12,7 @@ DefaultDependencies=no
 Wants=systemd-journal-flush.service
 Requires=systemd-journald.socket
 After=systemd-journald.socket syslog.socket
 Wants=systemd-journal-flush.service
 Requires=systemd-journald.socket
 After=systemd-journald.socket syslog.socket
+Before=sysinit.target
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-journald
 
 [Service]
 ExecStart=@rootlibexecdir@/systemd-journald