summaryrefslogtreecommitdiff
path: root/games-fps/sauerbraten/files/sauerbraten.conf
blob: f0c2896b2beab2c7ec72e7a3847848ca3e1ce3bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Config file for /etc/init.d/sauerbraten

# Owner of Sauerbraten server processes (must be existing)
USER="sauerbraten"
GROUP="sauerbraten"


# Whether to run the dedicated server
RUNSERVER="Yes"

# Location of the dedicated server config directory
SERVERCONFIG="/var/lib/sauerbraten"

# Additional command line arguments to the dedicated server
SERVERARGS=""


# Whether to run the master server
RUNMASTER="No"

# Location of the master server config directory
MASTERCONFIG="/var/lib/sauerbraten"

# What port should the masterserver use
MASTERPORT="28787"

# What ip should the masterserver bind to
MASTERIP=""