diff --git a/scripts/templates/rc.conf b/scripts/templates/rc.conf index dc27711..4641300 100644 --- a/scripts/templates/rc.conf +++ b/scripts/templates/rc.conf @@ -26,7 +26,7 @@ stop_cmd="${name}_stop" eosio_api_healthcheck_start() { echo "Starting ${name}" - ${command} ${command_args} >${logfile} 2>&1 & + ${command} ${command_args} >>${logfile} 2>&1 & echo $! > ${pidfile} }