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

Last change on this file since 64 was 52, checked in by alloc, 10 years ago

Version 14: Fixes #12

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