fixed missing line and removed unnecesary pidfile directive
This commit is contained in:
parent
3df6429153
commit
582fc7b336
|
@ -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(){
|
||||
|
|
Loading…
Reference in New Issue