]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Aug 2018 14:20:42 +0000 (16:20 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 10 Aug 2018 14:20:48 +0000 (16:20 +0200)
TODO

diff --git a/TODO b/TODO
index 9d3a4d13b61f537acd1c7c561c60e85b50a777e8..381106f9085c69473112e0776a4ef22c97af2df4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -50,9 +50,12 @@ Features:
   output of "systemctl list-units" slightly by showing the tree structure of
   the slices, and the units attached to them.
 
-* 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.
+* the a-posteriori stopping of units bound to units that disappeared logic
+  should be reworked: there should be a queue of units, and we should only
+  enqeue stop jobs from a defer event that processes queue instead of
+  right-away when we find a unit that is bound to one that doesn't exist
+  anymore. (similar to how the stop-unneeded queue has been reworked the same
+  way)
 
 * nspawn: make nspawn suitable for shell pipelines: instead of triggering a
   hangup when input is finished, send ^D, which synthesizes an EOF. Then wait