#!/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
}
