aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/systemd.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/systemd.py b/sos/plugins/systemd.py
index 94266a92..90d723ff 100644
--- a/sos/plugins/systemd.py
+++ b/sos/plugins/systemd.py
@@ -56,12 +56,13 @@ class Systemd(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
"/lib/systemd/system",
"/lib/systemd/user",
"/etc/vconsole.conf",
- "/etc/yum/protected.d/systemd.conf",
"/run/systemd/generator*",
"/run/systemd/seats",
"/run/systemd/sessions",
"/run/systemd/system",
"/run/systemd/users"
+ "/etc/modules-load.d/*.conf",
+ "/etc/yum/protected.d/systemd.conf"
])
# vim: set et ts=4 sw=4 :