# File lib/chef/resource/service.rb, line 68 def start_command(arg=nil) set_or_return( :start_command, arg, :kind_of => [ String ] ) end