From: Zbigniew Jędrzejewski-Szmek Date: Wed, 25 Sep 2024 06:54:50 +0000 (+0200) Subject: TODO: add one more systemctl rfe X-Git-Tag: v257-rc1~370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20d00d1f3c103b6f1475d89c5d589d051d1f6b82;p=thirdparty%2Fsystemd.git TODO: add one more systemctl rfe --- diff --git a/TODO b/TODO index 85bc780b334..70d4a1eea7b 100644 --- a/TODO +++ b/TODO @@ -2200,9 +2200,13 @@ Features: full, make sure to write how many messages are lost as first thing to syslog when it works again. - journald: allow per-priority and per-service retention times when rotating/vacuuming - - journald: make use of uid-range.h to managed uid ranges to split + - journald: make use of uid-range.h to manage uid ranges to split journals in. - - journalctl: add the ability to look for the most recent process of a binary. journalctl /usr/bin/X11 --pid=-1 or so... + - journalctl: add the ability to look for the most recent process of a binary. + journalctl /usr/bin/X11 --invocation=-1 + - systemctl: change 'status' to show logs for the last invocation, not a fixed + number of lines + - systemctl: expand --wait to show logs for the invocation with a new switch - improve journalctl performance by loading journal files lazily. Encode just enough information in the file name, so that we do not have to open it to know that it is not interesting for us, for