aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Quigley <bryan.quigley@canonical.com>2019-03-18 13:40:27 -0700
committerBryn M. Reeves <bmr@redhat.com>2019-03-21 12:37:51 +0000
commit7d634203bd69d0da4cd99feae2089edf666f2835 (patch)
tree14663b9b16b5f18b7cb348f67d902c804e5067f4
parent2d3dd592510ae145992c4b076c87eab7c100763e (diff)
downloadsos-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.py1
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.