diff options
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 709912c7..33761080 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -207,7 +207,7 @@ start_couchdb () { export HEART_COMMAND export HEART_BEAT_TIMEOUT `eval $command -pidfile $PID_FILE -heart \ - > $STDOUT_FILE 2> $STDERR_FILE` || true + >> $STDOUT_FILE 2>> $STDERR_FILE` || true PID=`_get_pid` if test -n "$PID"; then if kill -0 $PID 2> /dev/null; then |