# *****IMPORTANT NOTICE*****
# This file and all its settings are deprecated.
# It is only relevant if you use the old SysV init system.
# In case you are using Debian's default init system, systemd,
# you should use the facilities provided by it. For instance use
# systemctl disable bzflag.service to disable the server.
# See also /usr/share/doc/bzflag-server/README.Debian for further information

# RUN_AT_STARTUP
# "yes|true|enabled", /etc/init.d/bzflag will start bzfs.
# Any other value, /etc/init.d/bzflag will exit silently.
#
RUN_AT_STARTUP="no"

# OPTIONS
# Command line options to pass to bzfs. See bzfs(6) for more details.
#
OPTIONS="-advertise NONE"
