class Rack::Server

def daemonize_app

def daemonize_app
  # Cannot be covered as it forks
  # :nocov:
  Process.daemon
  # :nocov:
end