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

12 lines
204 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
}