Skip to content

Commit 20d00d1

Browse files
committed
TODO: add one more systemctl rfe
1 parent 4046c49 commit 20d00d1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

TODO

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,9 +2200,13 @@ Features:
22002200
full, make sure to write how many messages are lost as first thing
22012201
to syslog when it works again.
22022202
- journald: allow per-priority and per-service retention times when rotating/vacuuming
2203-
- journald: make use of uid-range.h to managed uid ranges to split
2203+
- journald: make use of uid-range.h to manage uid ranges to split
22042204
journals in.
2205-
- journalctl: add the ability to look for the most recent process of a binary. journalctl /usr/bin/X11 --pid=-1 or so...
2205+
- journalctl: add the ability to look for the most recent process of a binary.
2206+
journalctl /usr/bin/X11 --invocation=-1
2207+
- systemctl: change 'status' to show logs for the last invocation, not a fixed
2208+
number of lines
2209+
- systemctl: expand --wait to show logs for the invocation with a new switch
22062210
- improve journalctl performance by loading journal files
22072211
lazily. Encode just enough information in the file name, so that we
22082212
do not have to open it to know that it is not interesting for us, for

0 commit comments

Comments
 (0)