X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=b4e44612919c865096292d60c892ad448d655383;hb=eeb019b5b5db785feb0666f3238b1240e7f3e42e;hp=5a276e178dc9344dee4d22becd39551a7e7b50a5;hpb=988d77ef2ea05113b54a77ecbd6653e314a9b7d4;p=elogind.git diff --git a/TODO b/TODO index 5a276e178..b4e446129 100644 --- a/TODO +++ b/TODO @@ -19,11 +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. @@ -346,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