update TODO

This commit is contained in:
Lennart Poettering 2018-10-02 18:00:10 +02:00
parent 0f0159e313
commit 1384653e71
1 changed files with 7 additions and 3 deletions

10
TODO
View File

@ -15,6 +15,13 @@ Janitorial Clean-ups:
* rework mount.c and swap.c to follow proper state enumeration/deserialization
semantics, like we do for device.c now
Before v240:
* move portablectl into /usr/bin
* portables: introduce a new unit file directory /etc/systemd/system.attached/
or so, where we attach portable services to
Features:
* consider splitting out all temporary file creation APIs (we have so many in
@ -95,9 +102,6 @@ Features:
5. add autodetection of hibernation images, and add "noresume" to disable
this
* portables: introduce a new unit file directory /etc/systemd/system.attached/
or so, where we attach portable services to
* cgroups: use inotify to get notified when somebody else modifies cgroups
owned by us, then log a friendly warning.