11 lines
199 B
Plaintext
Executable File
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
|
|
} |