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

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

Fix #1, #2, #3, #5; Refs #4, #6: WD works for save path, not for some logs

File size: 710 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 directory of the engine
9export SDTD_ROOT=/home/sdtd/7dtd
10
11# Root of the 7dtd folders, containing e.g. the "instances" folder
12export SDTD_BASE=/home/sdtd
13
14# Root directory for backups
15export SDTD_BACKUP_ROOT=/home/sdtd/backup
16
17# User account and group to run the server
18export SDTD_USER=sdtd
19export SDTD_GROUP=sdtd
20
21# Paths to binaries. Use "which BINARYNAME" to find the path of a single binary
22export CP=/bin/cp
23export RSYNC=/usr/bin/rsync
24export DU=/usr/bin/du
25export FREE=/usr/bin/free
26export AWK=/usr/bin/awk
27export PIDOF=/bin/pidof
28export WINE=/usr/bin/wine
Note: See TracBrowser for help on using the repository browser.