Richard van der Hoff 916cf2d439
re-implement daemonize (#8011)
This has long been something I've wanted to do. Basically the `Daemonize` code
is both too flexible and not flexible enough, in that it offers a bunch of
features that we don't use (changing UID, closing FDs in the child, logging to
syslog) and doesn't offer a bunch that we could do with (redirecting stdout/err
to a file instead of /dev/null; having the parent not exit until the child is
running).

As a first step, I've lifted the Daemonize code and removed the bits we don't
use. This should be a non-functional change. Fixing everything else will come
later.
2020-08-04 10:03:41 +01:00
..
2020-08-04 10:03:41 +01:00
2020-07-29 18:26:55 +01:00
2020-08-04 10:03:41 +01:00
2020-07-30 15:18:36 +01:00
2020-07-05 16:32:02 +01:00
2020-07-05 16:32:02 +01:00