output logs to /dev/console

This commit is contained in:
iceBear67
2026-07-05 14:28:29 +08:00
parent 92be563e2a
commit fdc5c58af4
3 changed files with 24 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/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_args="-org _BUBBLE_AUTH_ORG_ -team _BUBBLE_AUTH_TEAM_ -gitea-url _BUBBLE_AUTH_GITEA_URL_ >/dev/console 2>&1"
pidfile="/run/${RC_SVCNAME}.pid"