diff options
-rw-r--r-- | sos/plugins/systemd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sos/plugins/systemd.py b/sos/plugins/systemd.py index 5606fb29..ea34889e 100644 --- a/sos/plugins/systemd.py +++ b/sos/plugins/systemd.py @@ -29,7 +29,6 @@ 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. |