]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Wed, 16 Sep 2015 23:19:06 +0000 (01:19 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 22 Sep 2015 15:42:59 +0000 (17:42 +0200)
TODO

diff --git a/TODO b/TODO
index c116951ad7998f8311c717e6b83cbb6ae8727909..1f5c31578a01b3e438648022f9c33bd906ae8331 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,9 +26,20 @@ External:
 
 Features:
 
-* add a new command "systemctl reset-dropins" or so, that removes all dropin
-  snippets in /run and /etc, and thus undoes what "systemctl set-property" and
-  "systemctl edit" create.
+* add "requires=" deps on slices from services, not just "wants="
+
+* add a concept of RemainAfterExit= to scope units
+
+* add sd_booted() check into "systemctl is-system-running", and return
+  a new state "foreign" or so if we are not running on systemd.
+
+* add journal vacuum by max number of files
+
+* add a new command "systemctl revert" or so, that removes all dropin
+  snippets in /run and /etc, and all unit files with counterparts in
+  /usr, and thus undoes what "systemctl set-property" and "systemctl
+  edit" create. Maybe even add "systemctl revert -a" to do this for
+  all units.
 
 * sd-event: maybe add support for inotify events