# File lib/chef/provider/service/solaris.rb, line 44 def enable_service run_command(:command => "#{@init_command} enable #{@new_resource.service_name}") return service_status.enabled end