From bb873c4ab0848bc820db445938d4ff530173a062 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Tue, 25 Mar 2014 14:14:25 -0500 Subject: Revert "Systemd: systemd is a replacement for chkconfig" This reverts commit 690a18b5bb61516e5c11f6da3d788332373c196b. While systemd is meant to replace chkconfig, it appears that RHEL7 has both and does not provide systemd alternatives for certain SYSV init scripts by default. --- src/lib/Bcfg2/Client/Tools/Systemd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/Bcfg2/Client/Tools/Systemd.py b/src/lib/Bcfg2/Client/Tools/Systemd.py index 20a172d3d..027d91c71 100644 --- a/src/lib/Bcfg2/Client/Tools/Systemd.py +++ b/src/lib/Bcfg2/Client/Tools/Systemd.py @@ -13,8 +13,6 @@ class Systemd(Bcfg2.Client.Tools.SvcTool): __handles__ = [('Service', 'systemd')] __req__ = {'Service': ['name', 'status']} - conflicts = ['Chkconfig'] - def get_svc_command(self, service, action): return "/bin/systemctl %s %s.service" % (action, service.get('name')) -- cgit v1.2.3-1-g7c22