class Rails::Command::ServerCommand

def prepare_restart

def prepare_restart
  FileUtils.rm_f(pid) if pid && options[:restart]
end