# File lib/chef/provider/service/debian.rb, line 45 def assert_update_rcd_available unless ::File.exists? "/usr/sbin/update-rc.d" raise Chef::Exceptions::Service, "/usr/sbin/update-rc.d does not exist!" end end