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 92a0b903..68d5079a 100644
--- a/sos/plugins/systemd.py
+++ b/sos/plugins/systemd.py
@@ -40,7 +40,8 @@ class Systemd(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
"ls -l /lib/systemd",
"ls -l /lib/systemd/system-shutdown",
"ls -l /lib/systemd/system-generators",
- "ls -l /lib/systemd/user-generators"
+ "ls -l /lib/systemd/user-generators",
+ "timedatectl"
])
if self.get_option("verify"):