# File lib/chef/provider/service/init.rb, line 33
        def start_service
          if @new_resource.start_command
            super
          else
            run_command(:command => "#{@init_command} start")
          end
        end