update TODO

This commit is contained in:
Lennart Poettering 2013-01-18 01:48:46 +01:00
parent d2a3097582
commit 7e2c2bcf12

11
TODO
View file

@ -19,6 +19,7 @@ Fedora 19:
* create /var/log/journal/ * create /var/log/journal/
Features: Features:
* re-enable "make check" for gtk-doc (broken for unknown reason) * re-enable "make check" for gtk-doc (broken for unknown reason)
* logind: make PrepareForSuspend(false) an official api for notification of resumes * logind: make PrepareForSuspend(false) an official api for notification of resumes
@ -32,9 +33,13 @@ Features:
* add "loginctl unlock-sessions" as counterpart for "loginctl lock-sessions" * 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 * cgroup attrs:
- make persistent
* support high-level cgroup setting syntax in systemctl. Example: "systemctl set-cgroup-attr MemoryLimit 5K" - don't filter out duplicate settings
- support high-level cgroup setting syntax in systemctl. Example: "systemctl set-cgroup-attr MemoryLimit 5K"
- support writte string mapping even for non-high-level settings
- add man page for systemctl commands
- make sure we work fine with multi-line strings
* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word * print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word