Files
bearnet/image/overlay/etc/init.d/auth-server
2026-06-15 17:22:01 +08:00

11 lines
203 B
Plaintext
Executable File

#!/sbin/openrc-run
command="/usr/bin/auth-server"
command_background=true
command_args="-addr 0.0.0.0:8080 -root /users"
command_user="keeper"
pidfile="/run/${RC_SVCNAME}.pid"
depend() {
need net
}