X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=TODO;h=d3d46994daa4a1bdc62e9772e9952949ef5a1481;hb=f6b6728d1dc92754026a7f04d26f83e2290778f4;hp=e89be556d98645e90085cc61f2989d8097332594;hpb=6eebcda6a260cae878e7329b457c80b53bdc4b49;p=elogind.git diff --git a/TODO b/TODO index e89be556d..d3d46994d 100644 --- a/TODO +++ b/TODO @@ -19,13 +19,22 @@ 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. + +* 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" -* add a man page "systemdall" that lists all of systemd's man pages, inspired by zsh's "zshall" page +* 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" * 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.