diff options
author | Noah Slater <nslater@apache.org> | 2008-09-11 19:29:37 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-09-11 19:29:37 +0000 |
commit | 088bb03823efcd22cc24da8ed33e2799205f46c0 (patch) | |
tree | 4d2b7b8992ee21e073419a1d4918da21003c5d2a /etc/default | |
parent | 634b1b193acc24b95326c74e615d723043516f16 (diff) |
remove PID and INI options from the etc/default file and added COUCHDB_OPTIONS variable
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@694432 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/default')
-rw-r--r-- | etc/default/couchdb.tpl.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/default/couchdb.tpl.in b/etc/default/couchdb.tpl.in index 40498d56..c2a3f2ae 100644 --- a/etc/default/couchdb.tpl.in +++ b/etc/default/couchdb.tpl.in @@ -1,8 +1,7 @@ # Sourced by init script for configuration. COUCHDB_USER=couchdb -COUCHDB_INI_FILE=%localconfdir%/couch.ini -COUCHDB_PID_FILE=%localstatedir%/run/couchdb.pid COUCHDB_STDOUT_FILE=/dev/null COUCHDB_STDERR_FILE=/dev/null COUCHDB_RESPAWN_TIMEOUT=5 +COUCHDB_OPTIONS= |