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