summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-04-02 17:40:54 +0000
committerNoah Slater <nslater@apache.org>2009-04-02 17:40:54 +0000
commit1370dea7b2f81d7e5100c32e0f0998fe900a905e (patch)
tree7842925259424f4ee5449f862d93376fd7aa4f1a /etc
parent4ebcb3804aa7304e8eabd47e29d4462ffda9b4be (diff)
reworked the pid file
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@761355 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r--etc/init/couchdb.tpl.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/init/couchdb.tpl.in b/etc/init/couchdb.tpl.in
index c8e4ae33..c6dca764 100644
--- a/etc/init/couchdb.tpl.in
+++ b/etc/init/couchdb.tpl.in
@@ -63,9 +63,6 @@ start_couchdb () {
# Start Apache CouchDB as a background process.
command="$COUCHDB -b"
- if test -n "$COUCHDB_PID_FILE"; then
- command="$command -p $COUCHDB_PID_FILE"
- fi
if test -n "$COUCHDB_STDOUT_FILE"; then
command="$command -o $COUCHDB_STDOUT_FILE"
fi