From 1370dea7b2f81d7e5100c32e0f0998fe900a905e Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Thu, 2 Apr 2009 17:40:54 +0000 Subject: reworked the pid file git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@761355 13f79535-47bb-0310-9956-ffa450edef68 --- etc/init/couchdb.tpl.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'etc/init/couchdb.tpl.in') 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 -- cgit v1.2.3