Skip to content

A start-stop daemon script for warsow servers

Notifications You must be signed in to change notification settings

Racenet/initsow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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"

About

A start-stop daemon script for warsow servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages