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

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

Version 4

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