class Rails::Command::ServerCommand

def pid

def pid
  File.expand_path(options[:pid] || ENV.fetch("PIDFILE", DEFAULT_PIDFILE))
end