# File lib/chef/resource/service.rb, line 150 def startup_type(arg=nil) set_or_return( :startup_type, arg, :equal_to => [:automatic, :mannual] ) end