summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-01-17 02:49:57 +0100
committerLennart Poettering <lennart@poettering.net>2013-01-17 02:50:05 +0100
commit7f8732835295fce29479b1afc9e8ee801852db09 (patch)
tree6d63b69be4bea2beefc66c01212f82d66ffa97a0 /TODO
parent74051b9b5865586bf4d30b9075649af838fb92bd (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 4 insertions, 14 deletions
diff --git a/TODO b/TODO
index 296d4c0756..d91eb366fb 100644
--- a/TODO
+++ b/TODO
@@ -23,10 +23,6 @@ Features:
* logind: make PrepareForSuspend(false) an official api for notification of resumes
-* ExecStartPre= with an empty string should reset the list of commands to invoke
-
-* refuse instantiation of proc.mount and mount units for all other API fs
-
* "systemctl disable" on a static unit prints no message and does
nothing. "systemctl enable" does nothing, and gives a bad message
about it. Should fix both to print nice actionable messages.
@@ -118,7 +114,9 @@ Features:
* libunwind support for coredump pattern hook, and includes this in
the message for coredumps. After all, libunwind is now capable to
unwind coredumps since a few weeks ago. This probably requires that
- we have nice support for multi-line messages on display in logs-show.c.
+ we have nice support for multi-line messages on display in
+ logs-show.c. Alternatively: use libelfutil, which seems to be the
+ better supported alternative.
* figure out relation of --all and --full in the various tools
@@ -214,8 +212,6 @@ Features:
* document that deps in [Unit] sections ignore Alias= fileds in
[Install] units of other units, unless those units are disabled
-* systemctl: when powering down/suspending check for inhibitors, and warn.
-
* instantiated [Install] for target units
https://bugs.freedesktop.org/show_bug.cgi?id=54377
@@ -324,9 +320,6 @@ Features:
* journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
-* Document:
- - PID 1 D-Bus API
-
* introduce Type=pid-file
* maybe allow services with ExecStop= set, but no ExecStart=?
@@ -364,9 +357,6 @@ Features:
* readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
-* (attempt to) make Debianites happy:
- - add syntax to reset ExecStart= lists (and similar)
-
* move passno parsing to fstab generator
* improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT,
@@ -481,7 +471,7 @@ Features:
* when a bus name of a service disappears from the bus make sure to queue further activation requests
-* something like ConditionExec= or ExecStartPre= without failure state
+* something like ConditionExec= or ExecCondition= without failure state
* tmpfiles: apply "x" on "D" too (see patch from William Douglas)