path: monero_0.18.4.5+~0+20200826-1/src/daemonizer/posix_fork.cpp
  {
    int pid = ::getpid();
    pidofs << pid << std::endl;
    pidofs.close();
  }
