15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
|
#!/sbin/openrc-run
|
||
|
#!/sbin/openrc-run
|
||
|
|
||
|
description="Xonotic server"
|
||
|
supervisor=supervise-daemon
|
||
|
command="/usr/bin/xonotic-dedicated"
|
||
|
command_args="${SERVER_ARGS:--userdir /etc/xonotic-server/redxen}"
|
||
|
pidfile="/run/${RC_SVCNAME}.pid"
|
||
|
command_background=true
|
||
|
|
||
|
depend() {
|
||
|
want net
|
||
|
after net firewall
|
||
|
}
|