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

Last change on this file since 31 was 28, checked in by alloc, 10 years ago

SteamCMD within SDTD_BASE (still V.8)

File size: 612 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# Root directory for backups
11export SDTD_BACKUP_ROOT=/home/sdtd/backup
12
13# User account and group to run the server
14export SDTD_USER=sdtd
15export SDTD_GROUP=sdtd
16
17# Paths to binaries. Use "which BINARYNAME" to find the path of a single binary
18export RSYNC=/usr/bin/rsync
19export WINE=/usr/bin/wine
20export XMLSTARLET=/usr/bin/xmlstarlet
21export PKILL=/usr/bin/pkill
22export SSD=/sbin/start-stop-daemon
23
Note: See TracBrowser for help on using the repository browser.