diff options
author | Noah Slater <nslater@apache.org> | 2008-09-11 19:42:14 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-09-11 19:42:14 +0000 |
commit | 4ab53044a63d1e55bf53ee74ad6aa3db162f0aa5 (patch) | |
tree | 37678b443017349a00f31b7c10c0b02dff3f93f1 /etc/default/couchdb | |
parent | 6a652aa8be8d7c1e01463d04a6b31e5f6d90196e (diff) |
removed make packaging of etc/default/couchdb
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@694441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/default/couchdb')
-rw-r--r-- | etc/default/couchdb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/default/couchdb b/etc/default/couchdb new file mode 100644 index 00000000..c2a3f2ae --- /dev/null +++ b/etc/default/couchdb @@ -0,0 +1,7 @@ +# Sourced by init script for configuration. + +COUCHDB_USER=couchdb +COUCHDB_STDOUT_FILE=/dev/null +COUCHDB_STDERR_FILE=/dev/null +COUCHDB_RESPAWN_TIMEOUT=5 +COUCHDB_OPTIONS= |