From: Lennart Poettering Date: Fri, 20 Jul 2018 14:38:53 +0000 (+0200) Subject: update TODO X-Git-Tag: v240~936 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a33ffd1505cf7aeb6a705c85dc5ebd717fa0e645;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index ff1008accf4..40622aa048f 100644 --- a/TODO +++ b/TODO @@ -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.