diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-11 20:13:44 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-11 20:55:09 +0100 |
commit | f9a810bedacf1da7c505c1786a2416d592665926 (patch) | |
tree | e4fdb88684e2bacb4567228aabd3448d75fb3ce0 /TODO | |
parent | 419173e60a05424008fcd312f6df4b59b2ce8e62 (diff) |
journald: port to sd-event and enable watchdog support
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,6 +137,7 @@ Features: but do not return anything up to the event loop caller. Instead add parameter to sd_event_request_quit() to take retval. This way errors rippling upwards are the option, not the default + - event sources should not be able to keep the sd_event around unconditionally * in the final killing spree, detect processes from the root directory, and complain loudly if they have argv[0][0] == '@' set. @@ -310,7 +311,6 @@ Features: boot, and causes the journal to be moved back to /run on shutdown, so that we don't keep /var busy. This needs to happen synchronously, hence doing this via signals is not going to work. - - port to sd-event, enable watchdog from event loop * document: - document that deps in [Unit] sections ignore Alias= fileds in |