fix: init.d for bubble pointed to wrong position

This commit is contained in:
iceBear67
2026-06-22 15:28:27 +08:00
parent e4d5fa5c84
commit 5d5f526483
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/sbin/openrc-run
command="/bin/auth-server"
command="/usr/bin/auth-server"
command_background=true
command_args="-addr 0.0.0.0:8080 -root /users"
command_user="keeper"
@@ -8,4 +8,4 @@ pidfile="/run/${RC_SVCNAME}.pid"
depend() {
need net
}
}

View File

@@ -4,7 +4,7 @@ depend() {
need auth-server docker
}
command="/bin/bubble"
command="/usr/bin/bubble"
command_args="-config /daemon/config.yaml"
pidfile="/run/${RC_SVCNAME}.pid"
command_background=true