14 lines
304 B
Plaintext
Executable File
14 lines
304 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
supervisor="supervise-daemon"
|
|
respawn_max=0
|
|
respawn_delay=5
|
|
command="/usr/bin/auth-server"
|
|
command_args="-org _BUBBLE_AUTH_ORG_ -team _BUBBLE_AUTH_TEAM_ -gitea-url _BUBBLE_AUTH_GITEA_URL_"
|
|
output_log="/data/auth-server.log"
|
|
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|
|
|
|
depend() {
|
|
need net
|
|
}
|