Page 1 of 1

Feature request: fully daemonizing

Posted: Tue Jan 12, 2016 3:48 pm
by dirkx@webweaving.org
It may be an idea to fully daemonizing (http://wiki.tcl.tk/2224, http://man7.org/linux/man-pages/man3/daemon.3.html / double fork()) - rather than just run headless.

That is useful in server scenarios. Especially if an exit code (non zero for errors) can be relied on to make sure it was started. With a non-detach flag for debugging.

Dw.