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

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

Version 8: start-stop-daemon location by variable

File size: 644 bytes
RevLine 
[1]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
[17]8# Root of the 7dtd folders, containing e.g. the "engine", "instances" folders
[9]9export SDTD_BASE=/home/sdtd
10
[1]11# Root directory for backups
12export SDTD_BACKUP_ROOT=/home/sdtd/backup
13
14# User account and group to run the server
15export SDTD_USER=sdtd
16export SDTD_GROUP=sdtd
17
18# Paths to binaries. Use "which BINARYNAME" to find the path of a single binary
19export RSYNC=/usr/bin/rsync
20export WINE=/usr/bin/wine
[17]21export XMLSTARLET=/usr/bin/xmlstarlet
[18]22export PKILL=/usr/bin/pkill
[25]23export SSD=/sbin/start-stop-daemon
[18]24
Note: See TracBrowser for help on using the repository browser.