# File lib/chef/provider/service/debian.rb, line 41
        def disable_service()
          run_command(:command => "/usr/sbin/update-rc.d -f #{@new_resource.service_name} remove")
        end