# File lib/chef/provider/service/redhat.rb, line 53 def disable_service() shell_out! "/sbin/chkconfig #{@new_resource.service_name} off" end