File: quake-server.default

package info (click to toggle)
game-data-packager 87
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 33,392 kB
  • sloc: python: 15,387; sh: 704; ansic: 95; makefile: 50
file content (14 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (7)
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.