fix: init.d for bubble pointed to wrong position
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#!/sbin/openrc-run
|
#!/sbin/openrc-run
|
||||||
command="/bin/auth-server"
|
command="/usr/bin/auth-server"
|
||||||
command_background=true
|
command_background=true
|
||||||
command_args="-addr 0.0.0.0:8080 -root /users"
|
command_args="-addr 0.0.0.0:8080 -root /users"
|
||||||
command_user="keeper"
|
command_user="keeper"
|
||||||
@@ -8,4 +8,4 @@ pidfile="/run/${RC_SVCNAME}.pid"
|
|||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ depend() {
|
|||||||
need auth-server docker
|
need auth-server docker
|
||||||
}
|
}
|
||||||
|
|
||||||
command="/bin/bubble"
|
command="/usr/bin/bubble"
|
||||||
command_args="-config /daemon/config.yaml"
|
command_args="-config /daemon/config.yaml"
|
||||||
pidfile="/run/${RC_SVCNAME}.pid"
|
pidfile="/run/${RC_SVCNAME}.pid"
|
||||||
command_background=true
|
command_background=true
|
||||||
|
|||||||
Reference in New Issue
Block a user