mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-02 11:43:42 +02:00
scripts/templates/rc.conf: prefix DESCRIPTION
This commit is contained in:
parent
d0d32ed740
commit
0f4f4ad994
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
. /etc/rc.subr
|
. /etc/rc.subr
|
||||||
|
|
||||||
name="{{ RC_NAME }}"
|
name="{{ RC_NAME }}"
|
||||||
desc="{{ DESCRIPTION }}"
|
desc="{{ PROGRAM_DESCRIPTION }}"
|
||||||
logfile="${eosio_api_healthcheck_logfile:-{{ LOG_FILE }}}"
|
logfile="${eosio_api_healthcheck_logfile:-{{ LOG_FILE }}}"
|
||||||
pidfile="{{ PID_FILE }}"
|
pidfile="{{ PID_FILE }}"
|
||||||
command="{{ PROGRAM }}"
|
command="{{ PROGRAM }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue