-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
32 lines (26 loc) · 871 Bytes
/
README
File metadata and controls
32 lines (26 loc) · 871 Bytes
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
29
30
31
32
init.d-script to control the racesow servers
you also may want to add a cronjrob with the check command to ensure your
servers are always running
requires: screen, start-stop-deamon, quakestat
Usage: ./racesow.sh COMMAND [OPTIONS]...
options can be specified in any combination and order
--optionx --optiony
-xy
options without - or -- prefix are considered to be SERVERIDs which have
to match the sections in the ini-file
if no SERVERIDs are given, all sections from the config will be used.
A config file in the ini-format must be provided. Each section defines a
server. if mod is left blank basewsw will be assumed
[rs1]
enabled = 1
ip = "warsow-race.net"
port = "44400"
mod = "racesow"
gametype = "race"
[rs2]
enabled = 1
ip = "warsow-race.net"
port = "44401"
mod = "racesow"
gametype = "race"
params = "+set developer 1 +set password devel"