diff options
author | Noah Slater <nslater@apache.org> | 2009-04-02 17:40:54 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-04-02 17:40:54 +0000 |
commit | 1370dea7b2f81d7e5100c32e0f0998fe900a905e (patch) | |
tree | 7842925259424f4ee5449f862d93376fd7aa4f1a /bin | |
parent | 4ebcb3804aa7304e8eabd47e29d4462ffda9b4be (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 'bin')
-rw-r--r-- | bin/couchdb.tpl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in index f580f076..502d6b3f 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -27,7 +27,7 @@ RESPAWN_TIMEOUT=0 DEFAULT_INI_FILE=%localconfdir%/%defaultini% LOCAL_INI_FILE=%localconfdir%/%localini% -PID_FILE=%localstatedir%/run/couchdb.pid +PID_FILE=%localstatedir%/run/couchdb/couchdb.pid STDOUT_FILE=couchdb.stdout STDERR_FILE=couchdb.stderr |