Skip to content

Commit

Permalink
append rather than overwrite log output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Space committed Apr 14, 2015
1 parent ed49de6 commit bf8cacd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ case "$1" in
# For compatibility with runit we cannot backgroud
# ourselves with a '&' at the end, though we do
# need to exec.
exec $CMD $MAIN $SERVER_CONFIG >$LOG_OUT 2>$LOG_ERR
exec $CMD $MAIN $SERVER_CONFIG >>$LOG_OUT 2>>$LOG_ERR
else
echo "Service already running"
exit 1
Expand Down

0 comments on commit bf8cacd

Please sign in to comment.