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