From 0f4f4ad994ec6ea974cd36779f06c44599c0c49f Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 22 Aug 2022 16:11:06 +0200 Subject: [PATCH] scripts/templates/rc.conf: prefix DESCRIPTION --- scripts/templates/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templates/rc.conf b/scripts/templates/rc.conf index 094be11..854f26c 100644 --- a/scripts/templates/rc.conf +++ b/scripts/templates/rc.conf @@ -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 }}"