Files
bearnet/image/overlay/etc/init.d/auth-server
2026-06-21 13:46:41 +08:00

11 lines
199 B
Plaintext
Executable File

#!/sbin/openrc-run
command="/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
}