Skip to content
  • Niels Möller's avatar
    (daemon_init): When backgrounding, let the parent · 18ba2d27
    Niels Möller authored
    process use _exit rather than exit. We used to let the
    intermediate process wait on the child, in order to print out a
    message for any unexpected status code. But then we get a race in
    the testsuite, because that process may keep the listen sockets
    open even after the main process has deleted its pid file.
    
    Rev: src/daemon.c:1.15
    18ba2d27