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

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

Version 1

File size: 722 bytes
Line 
1#!/bin/sh
2# Version 1
3
4# Root directory where steamcmd should be placed
5export STEAMCMD_ROOT=/home/sdtd/steamcmd
6export STEAM_USER=
7export STEAM_PASS=
8
9# Root directory of the engine
10export SDTD_ROOT=/home/sdtd/7dtd
11
12# Root of the 7dtd folders, containing e.g. the "instances" folder
13export SDTD_BASE=/home/sdtd
14
15# Root directory for backups
16export SDTD_BACKUP_ROOT=/home/sdtd/backup
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 CP=/bin/cp
24export RSYNC=/usr/bin/rsync
25export DU=/usr/bin/du
26export FREE=/usr/bin/free
27export AWK=/usr/bin/awk
28export PIDOF=/bin/pidof
29export WINE=/usr/bin/wine
Note: See TracBrowser for help on using the repository browser.