]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TODO: add one more systemctl rfe
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 25 Sep 2024 06:54:50 +0000 (08:54 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 25 Sep 2024 06:56:35 +0000 (08:56 +0200)
TODO

diff --git a/TODO b/TODO
index 85bc780b334cf1ad8aeb07cd404f7ac53a73d049..70d4a1eea7b45de529e287cbf794636eab3d6174 100644 (file)
--- 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