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