1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00

scripts/templates/rc.conf: prefix DESCRIPTION

This commit is contained in:
Henrik Hautakoski 2022-08-22 16:11:06 +02:00
parent d0d32ed740
commit 0f4f4ad994
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -14,7 +14,7 @@
. /etc/rc.subr
name="{{ RC_NAME }}"
desc="{{ DESCRIPTION }}"
desc="{{ PROGRAM_DESCRIPTION }}"
logfile="${eosio_api_healthcheck_logfile:-{{ LOG_FILE }}}"
pidfile="{{ PID_FILE }}"
command="{{ PROGRAM }}"