fixed missing line and removed unnecesary pidfile directive

This commit is contained in:
celso 2025-02-18 05:07:51 -03:00
parent 3df6429153
commit 582fc7b336
1 changed files with 1 additions and 1 deletions

View File

@ -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(){