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

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

Version 6: Instance editing more userfriendly

File size: 609 bytes
Line 
1#!/bin/sh
2
3# Root directory where steamcmd should be placed
4export STEAMCMD_ROOT=/home/sdtd/steamcmd
5export STEAM_USER=
6export STEAM_PASS=
7
8# Root of the 7dtd folders, containing e.g. the "engine", "instances" folders
9export SDTD_BASE=/home/sdtd
10
11# Root directory for backups
12export SDTD_BACKUP_ROOT=/home/sdtd/backup
13
14# User account and group to run the server
15export SDTD_USER=sdtd
16export SDTD_GROUP=sdtd
17
18# Paths to binaries. Use "which BINARYNAME" to find the path of a single binary
19export RSYNC=/usr/bin/rsync
20export WINE=/usr/bin/wine
21export XMLSTARLET=/usr/bin/xmlstarlet
22export PKILL=/usr/bin/pkill
23
Note: See TracBrowser for help on using the repository browser.