K 10 svn:author V 3 dch K 8 svn:date V 27 2018-12-21T20:51:19.140921Z K 7 svn:log V 511 databases/couchdb2: detach stdout from daemon invocation When CouchDB is started whithout a parent tty, for example, via ssh, the daemon invocation retains a connection to stdout, thus blocking disconnection of the ssh command. The Erlang VM provides a `-detach` flag for avoiding this situation. Add additional notes on debugging to the config file to aid users. PR: 234100 Reported by: Reshad Patuck Reviewed by: Reshad Patuck Approved by: jrm (mentor) END