1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# Defaults for Quake init script
# sourced by /etc/init.d/quake-server
# installed at /etc/default/quake-server by the maintainer scripts
# Options that are passed to the daemon.
#
# In addition to these options, the server will execute commands from
# /etc/quake-server/server.cfg using "+exec etc/quake-server/server.cfg".
# For most options it's better to edit server.cfg instead.
DAEMON_OPTS=""
# To disable the server, please use the normal mechanisms provided by init:
# "update-rc.d quake-server disable". The START_DAEMON variable is no
# longer supported.
|