aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/systemd.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/sos/plugins/systemd.py b/sos/plugins/systemd.py
index 15088f63..d6eeead9 100644
--- a/sos/plugins/systemd.py
+++ b/sos/plugins/systemd.py
@@ -36,9 +36,14 @@ class systemd(Plugin, RedHatPlugin):
self.collectExtOutput("journalctl --verify")
self.collectExtOutput("journalctl --all --this-boot --no-pager")
self.collectExtOutput("journalctl --all --this-boot --no-pager -o verbose")
+ self.collectExtOutput("ls -l /lib/systemd")
+ self.collectExtOutput("ls -l /lib/systemd/system-shutdown")
+ self.collectExtOutput("ls -l /lib/systemd/system-generators")
+ self.collectExtOutput("ls -l /lib/systemd/user-generators")
self.addCopySpecs(["/etc/systemd",
- "/lib/systemd",
+ "/lib/systemd/system",
+ "/lib/systemd/user",
"/etc/vconsole.conf",
"/etc/yum/protected.d/systemd.conf"])