# File lib/chef/provider/service/simple.rb, line 80 def start_service if @new_resource.start_command run_command(:command => @new_resource.start_command) else raise Chef::Exceptions::Service, "#{self.to_s} requires that start_command to be set" end end