# File lib/specinfra/command/module/service/init.rb, line 18 def disable_under_init(service) "chkconfig #{escape(service)} off" end