mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-04 12:03:43 +02:00
scripts/templates/rc.conf: append to logfile.
This commit is contained in:
parent
fab8c1a589
commit
abde77f291
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ stop_cmd="${name}_stop"
|
||||||
eosio_api_healthcheck_start()
|
eosio_api_healthcheck_start()
|
||||||
{
|
{
|
||||||
echo "Starting ${name}"
|
echo "Starting ${name}"
|
||||||
${command} ${command_args} >${logfile} 2>&1 &
|
${command} ${command_args} >>${logfile} 2>&1 &
|
||||||
echo $! > ${pidfile}
|
echo $! > ${pidfile}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue