source: scripts/etc/7dtd.conf@ 117

Last change on this file since 117 was 67, checked in by alloc, 10 years ago

v25: Fixes #22, #23. Also adds new serverconfig options

File size: 802 bytes
RevLine 
[1]1#!/bin/sh
2
[28]3# User login info for Steam to download/update the engine
[1]4export STEAM_USER=
5export STEAM_PASS=
6
[17]7# Root of the 7dtd folders, containing e.g. the "engine", "instances" folders
[9]8export SDTD_BASE=/home/sdtd
9
[52]10# Backup options
[1]11export SDTD_BACKUP_ROOT=/home/sdtd/backup
[67]12export SDTD_BACKUP_SAVEWORLD=true
[52]13export SDTD_BACKUP_MIN_BACKUPS_KEEP=
14export SDTD_BACKUP_MAX_BACKUPS=
15export SDTD_BACKUP_MAX_STORAGE=
16export SDTD_BACKUP_MAX_AGE=
17export SDTD_BACKUP_COMPRESS=none
[1]18
19# User account and group to run the server
20export SDTD_USER=sdtd
21export SDTD_GROUP=sdtd
22
23# Paths to binaries. Use "which BINARYNAME" to find the path of a single binary
24export RSYNC=/usr/bin/rsync
[17]25export XMLSTARLET=/usr/bin/xmlstarlet
[18]26export PKILL=/usr/bin/pkill
[32]27export SSD=/usr/local/lib/7dtd/start-stop-daemon/start-stop-daemon
[18]28
Note: See TracBrowser for help on using the repository browser.