chiark / gitweb /
journalctl: suppress messages about adm group if ACL support is not enabled
[elogind.git] / TODO
diff --git a/TODO b/TODO
index a7f39d7411ecbac4e900a7de8987cd2ad7233d99..4936fdeea429f8a860f47cc72334dcfadc364915 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,6 +18,18 @@ Bugfixes:
 
 Features:
 
+* Add ConditionReadWriteFileSystem= so that systemd-sysctl doesn't get executed when /proc/sys is read-only
+
+* unset container= and container_uuid= for child processes
+
+* when bind mounting /etc/machine-id, do so from /run/machine-id
+
+* introduce mix of BindTo and Requisite
+
+* journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
+
+* introduce NeedsMounts= or so to create .mount dependencies automatically for a specific path
+
 * add DeleteSocketsOnStop=yes|no option to socket units
 
 * add shutdown inhibit API for usage by libvirt and friends