You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2011/12/12 02:59:24 UTC

git commit: Improve the comment for OS daemons in local.ini

Updated Branches:
  refs/heads/master 064bdd92c -> d767cf0c2


Improve the comment for OS daemons in local.ini

The old version was a bit misleading on what daemons should do to
monitor that the server is still alive.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d767cf0c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d767cf0c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d767cf0c

Branch: refs/heads/master
Commit: d767cf0c20d9f4fc27ccc6623c2e43e21ce7cb74
Parents: 064bdd9
Author: Paul Joseph Davis <da...@apache.org>
Authored: Sun Dec 11 19:58:32 2011 -0600
Committer: Paul Joseph Davis <da...@apache.org>
Committed: Sun Dec 11 19:58:32 2011 -0600

----------------------------------------------------------------------
 etc/couchdb/local.ini |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/d767cf0c/etc/couchdb/local.ini
----------------------------------------------------------------------
diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini
index 143b725..9e711e1 100644
--- a/etc/couchdb/local.ini
+++ b/etc/couchdb/local.ini
@@ -39,8 +39,9 @@
 
 [os_daemons]
 ; For any commands listed here, CouchDB will attempt to ensure that
-; the process remains alive while CouchDB runs as well as shut them
-; down when CouchDB exits.
+; the process remains alive. Daemons should monitor their environment
+; to know when to exit. This can most easily be accomplished by exiting
+; when stdin is closed.
 ;foo = /path/to/command -with args
 
 [daemons]