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:
parent
9532a8d5ef
commit
2470062c3d
2 changed files with 2 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue