Files
bearnet/image/overlay/etc/init.d/auth-server
iceBear67 bf67b8b95f refactor
2026-07-05 13:49:09 +08:00

12 lines
255 B
Plaintext
Executable File

#!/sbin/openrc-run
command="/usr/bin/auth-server"
command_background=true
command_args="-org _BUBBLE_AUTH_ORG_ -team _BUBBLE_AUTH_TEAM_ -gitea-url _BUBBLE_AUTH_GITEA_URL_"
command_user="keeper"
pidfile="/run/${RC_SVCNAME}.pid"
depend() {
need net
}