chiark / gitweb /
journald: increase max file size to 128MB
[elogind.git] / TODO
diff --git a/TODO b/TODO
index a7f39d7411ecbac4e900a7de8987cd2ad7233d99..60760d96b995da5e9d28468bf61c9cab10082a20 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,6 +18,20 @@ Bugfixes:
 
 Features:
 
+* journald: make configurable "store-on-var", "store-on-run", "dont-store", "auto"
+
+* 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