1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-24 10:23:43 +02:00

scripts/templates/rc.conf: use "LOG_FILE" variable.

This commit is contained in:
Henrik Hautakoski 2021-12-24 11:04:19 +01:00
parent 9532a8d5ef
commit 2470062c3d
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@
name="{{ RC_NAME }}"
desc="{{ DESCRIPTION }}"
logfile="${eosio_api_healthcheck_logfile:-/var/log/${name}.log}"
logfile="${eosio_api_healthcheck_logfile:-{{ LOG_FILE }}}"
pidfile="{{ PID_FILE }}"
command="{{ PROGRAM }}"
command_args="-p ${pidfile} -l ${logfile} ${eosio_api_healthcheck_args}"