# File lib/chef/provider/service/init.rb, line 49
        def start_service
          if @new_resource.start_command
            super
          else
            shell_out!("#{@init_command} start")
          end
        end