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

@@ -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