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 e417a182..e251747f 100644 --- a/sos/plugins/systemd.py +++ b/sos/plugins/systemd.py @@ -29,6 +29,7 @@ class Systemd(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): "systemctl status --all", "systemctl show --all", "systemctl show *service --all", + "systemctl list-jobs", # It is possible to do systemctl show with target, slice, # device, socket, scope, and mount too but service and # status --all mostly seems to cover the others. |