Skip to content

Instantly share code, notes, and snippets.

#!/sbin/runscript
# Copyright 2008 Dirkjan Ochtman
# Distributed under the terms of the GNU General Public License v2
BACKGROUND=true
HOME="/var/lib/couchdb"
EXEC="/usr/bin/couchdb"
COUCHDB_USER="couchdb"
COUCHDB_PID_FILE="/var/run/couchdb/couchdb.pid"
COUCHDB_STDOUT_FILE="/dev/null"