summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-04-24 08:57:58 +0100
committerGitHub <noreply@github.com>2017-04-24 08:57:58 +0100
commitd2338db3145922b1dfcb3b458e5bce2568a9347a (patch)
tree8839d569ed1223aa4a7daac73482c6a866186a50 /TODO
parent063e8de7341034cb8b16a81a46e6553fe6ce4f49 (diff)
parentef642c0d2a067d37e0a4df435cdb31d793c5c75c (diff)
Merge pull request #5 from elogind/dev_v227
Candidate for next Version v227
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 10 insertions, 2 deletions
diff --git a/TODO b/TODO
index 4fdecebd0..066d0ae6b 100644
--- a/TODO
+++ b/TODO
@@ -26,6 +26,16 @@ External:
Features:
+* add a concept of RemainAfterExit= to scope units
+
+* 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
* PID 1 should send out sd_notify("WATCHDOG=1") messages (for usage in the --user mode, and when run via nspawn)
@@ -59,8 +69,6 @@ Features:
* install: include generator dirs in unit file search paths
-* stop using off_t, it's a crazy type. Use uint64_t instead.
-
* logind: follow PropertiesChanged state more closely, to deal with quick logouts and relogins
* invent a better systemd-run scheme for naming scopes, that works with remoting