#!/bin/sh

# Root directory where steamcmd should be placed
export STEAMCMD_ROOT=/home/sdtd/steamcmd
export STEAM_USER=
export STEAM_PASS=

# Root of the 7dtd folders, containing e.g. the "engine", "instances" folders
export SDTD_BASE=/home/sdtd

# Root directory for backups
export SDTD_BACKUP_ROOT=/home/sdtd/backup

# User account and group to run the server
export SDTD_USER=sdtd
export SDTD_GROUP=sdtd

# Paths to binaries. Use "which BINARYNAME" to find the path of a single binary
export RSYNC=/usr/bin/rsync
export WINE=/usr/bin/wine
export XMLSTARLET=/usr/bin/xmlstarlet
export PKILL=/usr/bin/pkill
export SSD=/sbin/start-stop-daemon

