diff options
author | Bryan Quigley <bryan.quigley@canonical.com> | 2019-03-18 13:40:27 -0700 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-03-21 12:37:51 +0000 |
commit | 7d634203bd69d0da4cd99feae2089edf666f2835 (patch) | |
tree | 14663b9b16b5f18b7cb348f67d902c804e5067f4 | |
parent | 2d3dd592510ae145992c4b076c87eab7c100763e (diff) | |
download | sos-7d634203bd69d0da4cd99feae2089edf666f2835.tar.gz |
[systemd] List-jobs already added
Removing the dupicate entry
Resolves: #1591
Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-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. |