From: Lennart Poettering Date: Thu, 13 Mar 2025 09:35:17 +0000 (+0100) Subject: update TODO X-Git-Tag: v258-rc1~1087 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76f1c9467409e5a8e2b78d8f7e18c45d231b6ffe;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 2a9fc815493..719bf29879e 100644 --- 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.