summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-21 02:51:13 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-21 02:51:13 +0100
commit05aa9edde0f9f4077b8120389c93cb0134eda9c5 (patch)
treeaa56914cf9fca7a2d89cc96e7e7bc1fb04d66b73 /TODO
parentaa001cd699a62a5a7a9b8a86c403bfe35fb73aa4 (diff)
readahead: don't monopolize IO when replaying
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 39d445d2d..2c7e2b02f 100644
--- a/TODO
+++ b/TODO
@@ -20,6 +20,9 @@ Bugfixes:
* properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
Features:
+
+* document the exit codes when services fail before they are exec()ed
+
* use the rtc which has: /sys/class/rtc/*/hctosys == "1" as the system RTC
* rework namespace support, don't use pivot_root, and mount things after creating the namespace, not before