diff options
-rw-r--r-- | sos/plugins/systemd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/systemd.py b/sos/plugins/systemd.py index c5aa6648..6024be29 100644 --- a/sos/plugins/systemd.py +++ b/sos/plugins/systemd.py @@ -36,6 +36,7 @@ class Systemd(Plugin, RedHatPlugin): "systemd-delta", "journalctl --all --this-boot --no-pager", "journalctl --all --this-boot --no-pager -o verbose", + "journalctl --list-boots", "ls -l /lib/systemd", "ls -l /lib/systemd/system-shutdown", "ls -l /lib/systemd/system-generators", |