1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-17 04:50:02 +02:00

scripts/templates/rc.conf: append to logfile.

This commit is contained in:
Henrik Hautakoski 2020-06-11 17:12:38 +02:00
parent fab8c1a589
commit abde77f291

View file

@ -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}
}