aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-07-08 21:16:09 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-07-08 21:16:09 +0100
commit6c0f66c6ab7862e3af934b9e11d1ebae01f29db8 (patch)
tree253d731fe1488fc70f5167cf5101318fbc8b9012
parent255c0e5a043d9f36c5ed0d2cb9b61950f2642f6c (diff)
downloadsos-6c0f66c6ab7862e3af934b9e11d1ebae01f29db8.tar.gz
[systemd] add journalctl --list-boots output
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/systemd.py1
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",