chiark / gitweb /
util: use /dev/rtc symlink if possible before we go searching for a suitable device
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 39d445d2db7afd4dfb9ab125a4212b97adc23c8a..f2e47e4bd513fc5b26a358b36fe978e53fb01987 100644 (file)
--- a/TODO
+++ b/TODO
@@ -20,7 +20,8 @@ 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:
-* use the rtc which has: /sys/class/rtc/*/hctosys == "1" as the system RTC
+
+* document the exit codes when services fail before they are exec()ed
 
 * rework namespace support, don't use pivot_root, and mount things after creating the namespace, not before
 
@@ -112,7 +113,7 @@ Features:
 
 * readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
 
-* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1)
+* support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
 
 * support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)