update TODO

This commit is contained in:
Lennart Poettering 2018-07-20 16:38:53 +02:00
parent f606cd16d3
commit a33ffd1505
1 changed files with 4 additions and 0 deletions

4
TODO
View File

@ -21,6 +21,10 @@ Janitorial Clean-ups:
Features:
* Add a "systemctl list-units --by-slice" mode or so, which rearranges the
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.