You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/couchdb/files/couchdb.conf-0.10

16 lines
338 B

# Options for CouchDB
EXEC="/usr/bin/couchdb"
COUCHDB_USER="couchdb"
COUCHDB_PID_FILE="/var/run/couchdb/couchdb.pid"
COUCHDB_STDOUT_FILE="/dev/null"
COUCHDB_STDERR_FILE="/dev/null"
#COUCHDB_RESPAWN_TIMEOUT=
#COUCHDB_OPTIONS=
if [ -e /usr/LIBDIR/erlang/erts-*/bin/beam.smp ]; then
COUCHDB_BEAM="beam.smp"
else
COUCHDB_BEAM="beam"
fi