From 582fc7b3367211fe3e148da84cdb5f78837f608f Mon Sep 17 00:00:00 2001 From: celso Date: Tue, 18 Feb 2025 05:07:51 -0300 Subject: [PATCH] fixed missing line and removed unnecesary pidfile directive --- openrc/init.d/algorand | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrc/init.d/algorand b/openrc/init.d/algorand index e090bb5..b4d14df 100755 --- a/openrc/init.d/algorand +++ b/openrc/init.d/algorand @@ -1,9 +1,9 @@ +#!/sbin/openrc-run name="algorand" description="runs an algorand node on the given directory" command="${ALGODIR}/goal" command_args="-d ${ALGODIR}/data" command_user="${RUN_AS}" -pidfile="/var/run/${RC_SVCNAME}.pid" procname="algod" start(){