add bubble setup

This commit is contained in:
iceBear67
2026-06-21 13:46:41 +08:00
parent bd3df67542
commit 7c601769c0
5 changed files with 72 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
#!/sbin/openrc-run
command="/usr/bin/auth-server"
command="/bin/auth-server"
command_background=true
command_args="-addr 0.0.0.0:8080 -root /users"
command_user="keeper"

View File

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