aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-10-02 18:00:10 +0200
committerLennart Poettering <lennart@poettering.net>2018-10-02 18:00:10 +0200
commit1384653e719fe7565ebcf93b3e72b2e43309039c (patch)
tree89168b4a6f7db547ccc8bd52e144c24cc6addf1f /TODO
parentMerge pull request #10252 from poettering/recv-log-msg-bump (diff)
downloadsystemd-1384653e719fe7565ebcf93b3e72b2e43309039c.tar.gz
systemd-1384653e719fe7565ebcf93b3e72b2e43309039c.tar.bz2
systemd-1384653e719fe7565ebcf93b3e72b2e43309039c.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 7 insertions, 3 deletions
diff --git a/TODO b/TODO
index 4c13a8293..13af83dfe 100644
--- a/TODO
+++ b/TODO
@@ -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.