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:
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()
|
||||
{
|
||||
echo "Starting ${name}"
|
||||
${command} ${command_args} >${logfile} 2>&1 &
|
||||
${command} ${command_args} >>${logfile} 2>&1 &
|
||||
echo $! > ${pidfile}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue