path: monero_0.18.4.5+~0+20200826-1/src/daemonizer/posix_fork.cpp
  // Only in the final child process do we write the PID to the
  // file (and close it).
  std::ofstream pidofs;
  if (! pidfile.empty ())
  {
