]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Tue, 20 Mar 2018 19:26:15 +0000 (20:26 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 28 Mar 2018 20:03:34 +0000 (22:03 +0200)
TODO

diff --git a/TODO b/TODO
index 14955d72683f44cca053090c6fb08295cb819c40..35fcaef76b5286fa01be4517ec01f471c8f91462 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,6 +24,16 @@ Janitorial Clean-ups:
 
 Features:
 
+* nspawn's console TTY should be allocated from within the container, not
+  mounted in from the outside
+
+* show invocation ID in systemd-run output
+
+* bypass SIGTERM state in unit files if KillSignal is SIGKILL
+
+* tree-wide: ensure we always block the signals we hook into with
+  sd_event_add_signal() first
+
 * add proper dbus APIs for the various sd_notify() commands, such as MAINPID=1
   and so on, which would mean we could report errors and such.