aports/openrc/xonotic/runfile

15 lines
287 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}"
pidfile="/run/${RC_SVCNAME}.pid"
command_background=true
depend() {
want net
after net firewall
}