summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-09-17 01:19:06 +0200
committerLennart Poettering <lennart@poettering.net>2015-09-22 17:42:59 +0200
commit03364e472bccf64544e3a0d36d09f90c78f9f699 (patch)
tree2fd18e5aade12e46692e5109181d1f1e2ee15af4 /TODO
parent840cdfcd81893e03123fada3bd7d22678e7dcd3e (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 14 insertions, 3 deletions
diff --git a/TODO b/TODO
index c116951ad7..1f5c31578a 100644
--- 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