summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-20 19:36:06 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commite1574c36f8061c21e6866b3c457a0568c50e0667 (patch)
treed2fe9b6a7edda3285093b53ef69f64c7295519ed
parent6be088f22b8655b753606836abb9187fe39bc960 (diff)
update TODO
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7b940d5c4..829cc2e2a 100644
--- a/TODO
+++ b/TODO
@@ -21,6 +21,10 @@ Janitorial Clean-ups:
Features:
+* the stop-when-unneded feature should be reworked: there should be a queue of
+ units, and we should only enqeueu stop jobs from a defer event that processes
+ queue instead of right-away when we assume that a unit is now unneeded.
+
* When reloading configuration PID 1 should reset all its properties to the
original defaults before calling parse_config()
@@ -36,6 +40,9 @@ Features:
should be revisited to make clearer and also work if the payload elogind runs
with full privs and without userns.
+* portables: introduce a new unit file directory /etc/elogind/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.