summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-02-15 10:21:10 -0800
committerGitHub <noreply@github.com>2021-02-15 10:21:10 -0800
commitea64b3b1407d48db420f081d8c5598e8b0d959bd (patch)
tree922064b992767fbb74493170e32b29c0c0bbd69e
parenta36170ae96c6249b91677adf53f361dc8f0b3218 (diff)
parente7d29cbb134058b079e300703ea5ecac6b2e5170 (diff)
downloadchef-ea64b3b1407d48db420f081d8c5598e8b0d959bd.tar.gz
Merge pull request #11039 from chef/non_default_upstart
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/provider/service/upstart.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/provider/service/upstart.rb b/lib/chef/provider/service/upstart.rb
index 2b9e304160..181aa82fe7 100644
--- a/lib/chef/provider/service/upstart.rb
+++ b/lib/chef/provider/service/upstart.rb
@@ -28,10 +28,6 @@ class Chef
# to maintain a local state of service across restart's internal calls
attr_accessor :upstart_service_running
- provides :service, platform_family: "debian", override: true do
- upstart?
- end
-
UPSTART_STATE_FORMAT = %r{\S+ \(?(start|stop)?\)? ?[/ ](\w+)}.freeze
# Returns true if the configs for the service name has upstart variable