From 85323384336056cd500ac628c5a69d55635b3de6 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Thu, 5 Mar 2009 18:11:25 +0000 Subject: append instead of truncate for output git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@750531 13f79535-47bb-0310-9956-ffa450edef68 --- bin/couchdb.tpl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/couchdb.tpl.in') 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 -- cgit v1.2.3