]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Thu, 13 Mar 2025 09:35:17 +0000 (10:35 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 13 Mar 2025 09:35:24 +0000 (10:35 +0100)
TODO

diff --git a/TODO b/TODO
index 2a9fc815493ec112609f7079cc76b1f8860912ac..719bf29879e14d20ab3a08a73d4a157d5c1c9461 100644 (file)
--- a/TODO
+++ b/TODO
@@ -130,6 +130,11 @@ Deprecations and removals:
 
 Features:
 
+* make journalctl something we can invoke like the askpw/polkit agents, and
+  then spawn it from "systemctl start" and similar with a precise filter on the
+  unit. Make sure that it syncs on the journal when done so that we show
+  "complete" logs. Make this easily reachable via a new "-v" switch or so.
+
 * bsod: add target "bsod.target" or so, which invokes systemd-bsod.target and
   waits and then reboots. Then use OnFailure=bsod.target from various jobs that
   should result in system reboots, such as TPM tamper detection cases.