File: quake3-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-- 582 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Defaults for Quake III Arena init script
# sourced by /etc/init.d/quake3-server
# installed at /etc/default/quake3-server by the maintainer scripts

# Options that are passed to the daemon.
#
# In addition to these options, the server will execute commands from
# /etc/quake3-server/server.cfg using "+exec etc/quake3-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 quake3-server disable". The START_DAEMON variable is no
# longer supported.