diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-03-20 20:26:15 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-03-28 22:03:34 +0200 |
commit | d9b50610e4e5b3f91b22030506477d8a4aa7ee63 (patch) | |
tree | ffad52caf096a4295e2102c4664b0e15142e932b /TODO | |
parent | CODING_STYLE: document why O_NONBLOCK makes sense when opening regular files,... (diff) | |
download | systemd-d9b50610e4e5b3f91b22030506477d8a4aa7ee63.tar.xz systemd-d9b50610e4e5b3f91b22030506477d8a4aa7ee63.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |