diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-05 11:53:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-01-17 18:34:40 +0100 |
commit | 47c94a96df29080f8b3a97e7362df4e9c6ba3265 (patch) | |
tree | 009a75bc012f432e84c4fdc3b65959521a7bb5c2 | |
parent | b4b5212d310eabc2bf823e79d3af72eb3472836a (diff) |
update TODO
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,8 @@ External: Features: +* New service property: maximum CPU and wallclock runtime for a service + * introduce bus call FreezeUnit(s, b), as well as "systemctl freeze $UNIT" and "systemctl thaw $UNIT" as wrappers around this. The calls should SIGSTOP all unit processes in a loop until all processes of @@ -64,6 +66,8 @@ Features: * code cleanup - we probably should replace the left-over uses of strv_append() and replace them by strv_push() or strv_extend() +* Automatically configure swap partition to use for hibernation by looking for largest swap partition on the root disk? + * when we detect low battery and no AC on boot, show pretty splash and refuse boot * move libasyncns into systemd as libsystemd-asyncns |