From 7d634203bd69d0da4cd99feae2089edf666f2835 Mon Sep 17 00:00:00 2001 From: Bryan Quigley Date: Mon, 18 Mar 2019 13:40:27 -0700 Subject: [systemd] List-jobs already added Removing the dupicate entry Resolves: #1591 Signed-off-by: Bryan Quigley Signed-off-by: Bryn M. Reeves --- sos/plugins/systemd.py | 1 - 1 file changed, 1 deletion(-) 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. -- cgit