#!/bin/sh

# User login info for Steam to download/update the engine
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 XMLSTARLET=/usr/bin/xmlstarlet
export PKILL=/usr/bin/pkill
export SSD=/usr/local/lib/7dtd/start-stop-daemon/start-stop-daemon

