chiark / gitweb /
systemctl: append .service to unit names lacking suffix
[elogind.git] / TODO
diff --git a/TODO b/TODO
index f4f2e54f991eae57eee512d2ae61eacb6c54a84a..59ba7a2e1439757793a4113f51a7c9537378d25b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -32,19 +32,22 @@ Bugfixes:
   Jul 09 18:22:37 mop systemd[1]: Freezing execution.
   Jul 09 18:22:37 mop [21866]: Process 21865 (systemd) dumped core.
 
-Features:
+* support *static* (/run) hibernate inhibitors. All rpm -i actions should completely prevent any
+  sort of hibernate action until the next reboot. If the kernel or any other base tool is replaced
+  by rpm, the resume path might fail, the for resume needed kernel might even be uninstalled, and
+  the whole situation leads directly to data loss.
 
-* logind: ignore inactive login screens when checking whether power key should be handled
+Features:
 
-* introduce log_oom() or a similar call?
+* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
 
-* rename "userspace" to "core-os"
+* logind: different policy actions for idle, suspend, shutdown blockers: allow idle blockers by default, don't allow suspend blockers by default
 
-* append ".service" to unit names without any suffix (https://bugs.freedesktop.org/show_bug.cgi?id=39386)
+* install README to /etc/rc.d/init.d (if support for that is enabled) helping people who use "ls" there to figure out which services exist.
 
-* journalctl: add --priority switch
+* logind: ignore inactive login screens when checking whether power key should be handled
 
-* journalctl highlight lines based on priorities
+* rename "userspace" to "core-os"
 
 * systemctl: "Journal has been rotated since unit was started." message is misleading