aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/systemd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sos/plugins/systemd.py b/sos/plugins/systemd.py
index b2e50eec..a211fd28 100644
--- a/sos/plugins/systemd.py
+++ b/sos/plugins/systemd.py
@@ -14,10 +14,10 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-from sos.plugins import Plugin, RedHatPlugin
+from sos.plugins import Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin
-class Systemd(Plugin, RedHatPlugin):
+class Systemd(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
""" System management daemon
"""