You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/sauerbraten/files/sauerbraten.conf

29 lines
605 B

# Config file for /etc/init.d/sauerbraten
# Owner of Sauerbraten server processes (must be existing)
USER="%GAMES_USER_DED%"
GROUP="%GAMES_GROUP%"
# Whether to run the dedicated server
RUNSERVER="Yes"
# Location of the dedicated server config directory
SERVERCONFIG="%SYSCONFDIR%"
# 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="%SYSCONFDIR%"
# What port should the masterserver use
MASTERPORT="28787"
# What ip should the masterserver bind to
MASTERIP=""