fix fstab

This commit is contained in:
iceBear67
2026-07-05 14:38:53 +08:00
parent a776332689
commit ce05ea534f
4 changed files with 10 additions and 3 deletions

View File

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

View File

@@ -5,6 +5,7 @@ depend() {
}
command="/usr/bin/bubble"
command_args="-config /daemon/config.yaml >/dev/console 2>&1"
command_args="-config /daemon/config.yaml 2>&1"
pidfile="/run/${RC_SVCNAME}.pid"
command_background=true
output_log="/data/bubble.log"