summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/platform/service_helpers.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/platform/service_helpers.rb b/lib/chef/platform/service_helpers.rb
index f7680fa8c5..ca0ed063da 100644
--- a/lib/chef/platform/service_helpers.rb
+++ b/lib/chef/platform/service_helpers.rb
@@ -68,7 +68,6 @@ class Chef
if ::File.exist?("/etc/init.d/#{service_name}")
configs << :initd
- configs << :systemd if systemd_is_init?
end
if ::File.exist?("/etc/init/#{service_name}.conf")