summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-07-24 08:08:57 +0200
committerLennart Poettering <lennart@poettering.net>2013-07-24 12:34:28 +0200
commitd07f7b9ef2835c290d6beadebd17d15308608eea (patch)
tree0941384ca220ece4af6ff6a85b9af7b210de91a8 /TODO
parent8b18fdc19531ba56d0bdfe34c62870997a9bcc96 (diff)
journal: immediately sync to disk as soon as we receieve an EMERG/ALERT/CRIT message
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index ba8bb8e80..279ea60eb 100644
--- a/TODO
+++ b/TODO
@@ -74,8 +74,6 @@ Features:
* journald: optionally, log debug messages to /run but everything else to /var
-* journald: optionally, when messages with a high log priority are logged, sync() immediately.
-
* systemctl list-unit-files should list generated files (and probably with a new state "generated" for them, or so)
* do we really need both hasprefix() and startswith()?