# File src/ruby_supportlib/phusion_passenger/vendor/daemon_controller.rb, line 307
  def restart
    if @restart_command
      run_command(@restart_command)
    else
      stop
      start
    end
  end