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"
|
name="algorand"
|
||||||
description="runs an algorand node on the given directory"
|
description="runs an algorand node on the given directory"
|
||||||
command="${ALGODIR}/goal"
|
command="${ALGODIR}/goal"
|
||||||
command_args="-d ${ALGODIR}/data"
|
command_args="-d ${ALGODIR}/data"
|
||||||
command_user="${RUN_AS}"
|
command_user="${RUN_AS}"
|
||||||
pidfile="/var/run/${RC_SVCNAME}.pid"
|
|
||||||
procname="algod"
|
procname="algod"
|
||||||
|
|
||||||
start(){
|
start(){
|
||||||
|
|
Loading…
Reference in New Issue