summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Williams <nath.e.will@gmail.com>2015-08-28 09:33:53 -0700
committerNathan Williams <nath.e.will@gmail.com>2015-08-28 09:33:53 -0700
commit9eecb12994f13f45a8cdcc35e649574c071d9b66 (patch)
tree1b1d7eeaff570170151975eea46b18701c2a455f
parent5a78ea32aaaee75265086c27d273f5c7dc1c111e (diff)
downloadchef-9eecb12994f13f45a8cdcc35e649574c071d9b66.tar.gz
Revert "include systemd in configs if init.d on systemd-based system"
I'm not actually sure where this is used, so maybe leave it be. This reverts commit 5a78ea32aaaee75265086c27d273f5c7dc1c111e.
-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")