mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 20:55:19 +03:00
9 lines
234 B
Text
9 lines
234 B
Text
# Options for CouchDB
|
|
|
|
EXEC="/usr/bin/couchdb"
|
|
COUCHDB_USER="couchdb:couchdb"
|
|
COUCHDB_PID_FILE="/var/run/couchdb/couchdb.pid"
|
|
COUCHDB_STDOUT_FILE="/dev/null"
|
|
COUCHDB_STDERR_FILE="/dev/null"
|
|
#COUCHDB_RESPAWN_TIMEOUT=
|
|
#COUCHDB_OPTIONS=
|