summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-01-12 20:10:33 +0800
committerLennart Poettering <lennart@poettering.net>2014-01-12 20:10:33 +0800
commit09ecd746c9d6581664873674c2188f8c93ed7780 (patch)
treed243c2b04cc62c43109f670d9a71e92d97bde081
parent43d03a83766a0d63f535e2afa6aeb6e6acbe83b2 (diff)
update TODO
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 04f23dd5b7..521ba8d4ba 100644
--- a/TODO
+++ b/TODO
@@ -32,6 +32,13 @@ External:
Features:
+* introduce bus call FreezeUnit(s, b), as well as "systemctl freeze
+ $UNIT" and "systemctl thaw $UNIT" as wrappers around this. The calls
+ should SIGSTOP all unit processes in a loop until all processes of
+ it are fully stopped. This can later be used for app management by
+ desktop UIs such as gnome-shell to freeze apps that are not visible
+ on screen, not unlike how job control works on the shell
+
* machinectl bash completion is missing
* busctl bash and zsh completions are outdated