# Defaults for OpenArena init script
# sourced by /etc/init.d/openarena-server
# installed at /etc/default/openarena-server by the maintainer scripts

# To disable the server, please use the normal mechanisms provided by init:
# see /usr/share/doc/openarena-server/README.Debian.gz. Changing the value
# of this variable is deprecated.
START_DAEMON=unless-disabled-by-upgrade

# Additional options that are passed to the daemon.
# Add "+set dedicated 2" here, or "set dedicated 2" in server.cfg, if you want
# your server advertised on the public server list.
#
# debian_server.cfg is a symlink to /etc/openarena-server/server.cfg, so you
# can use that file for system-wide configuration.
DAEMON_OPTS="+exec debian_server.cfg"
