chiark / gitweb /
man: link in API FS documentation from the wiki
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 4ad2998030f8e8d9096dac2e4bda7d95d874f9f0..b4e44612919c865096292d60c892ad448d655383 100644 (file)
--- a/TODO
+++ b/TODO
@@ -19,9 +19,26 @@ F18:
 
 Features:
 
+* "systemctl disable" on a static unit prints no message and does
+  nothing. "systemctl enable" does nothing, and gives a bad message
+  about it. Should fix both to print nice actionable messages.
+
+* man: link up systemd.directives better, so that people actually know about it
+
+* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
+  https://bugzilla.redhat.com/show_bug.cgi?id=812826
+
+* add "loginctl unlock-sessions" as counterpart for "loginctl lock-sessions"
+
+* extend cgroup attr dbus calls to optionally make changes persistent, and retrieve current kernel values
+
+* support high-level cgroup setting syntax in systemctl. Example: "systemctl set-cgroup-attr MemoryLimit 5K"
+
+* add a man page "systemdall" that lists all of systemd's man pages, inspired by zsh's "zshall" page
+
 * print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
 
-* kernel cmdline switch to turn of predictable network interface names
+* kernel cmdline switch to turn off predictable network interface names
 
 * mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.
 
@@ -344,7 +361,6 @@ Features:
 * readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
 
 * (attempt to) make Debianites happy:
-        - implement .d/ auto includes for unit files
         - add syntax to reset ExecStart= lists (and similar)
 
 * move passno parsing to fstab generator