Rev | Line | |
---|
[1] | 1 | #!/bin/sh
|
---|
[17] | 2 | # Version 4
|
---|
[1] | 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 |
|
---|
[17] | 9 | # Root of the 7dtd folders, containing e.g. the "engine", "instances" folders
|
---|
[9] | 10 | export SDTD_BASE=/home/sdtd
|
---|
| 11 |
|
---|
[1] | 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
|
---|
[17] | 22 | export XMLSTARLET=/usr/bin/xmlstarlet
|
---|
[18] | 23 | export PKILL=/usr/bin/pkill
|
---|
| 24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.