diff options
-rw-r--r-- | bin/couchdb.tpl.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in index cdd830b7..c0a1a5a0 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -14,13 +14,13 @@ BACKGROUND=false DEFAULT_CONFIG_DIR=%localconfdir%/default.d -DEFAULT_CONFIG_FILE=%localconfdir%/default.ini +DEFAULT_CONFIG_FILE=%localconfdir%/%defaultini% HEART_BEAT_TIMEOUT=11 HEART_COMMAND="%bindir%/%couchdb_command_name% -k" INTERACTIVE=false KILL=false LOCAL_CONFIG_DIR=%localconfdir%/local.d -LOCAL_CONFIG_FILE=%localconfdir%/local.ini +LOCAL_CONFIG_FILE=%localconfdir%/%localini% PID_FILE=%localstatedir%/run/couchdb/couchdb.pid RECURSED=false RESET_CONFIG=true |