1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-21 02:50:18 +03:00

update TODO

This commit is contained in:
Lennart Poettering 2025-03-13 10:35:17 +01:00
parent ceaf0bda47
commit 76f1c94674

5
TODO
View File

@ -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.