Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | # User login info for Steam to download/update the engine
|
---|
4 | export STEAM_USER=
|
---|
5 | export STEAM_PASS=
|
---|
6 |
|
---|
7 | # Root of the 7dtd folders, containing e.g. the "engine", "instances" folders
|
---|
8 | export SDTD_BASE=/home/sdtd
|
---|
9 |
|
---|
10 | # Backup options
|
---|
11 | export SDTD_BACKUP_ROOT=/home/sdtd/backup
|
---|
12 | export SDTD_BACKUP_SAVEWORLD=true
|
---|
13 | export SDTD_BACKUP_MIN_BACKUPS_KEEP=
|
---|
14 | export SDTD_BACKUP_MAX_BACKUPS=
|
---|
15 | export SDTD_BACKUP_MAX_STORAGE=
|
---|
16 | export SDTD_BACKUP_MAX_AGE=
|
---|
17 | export SDTD_BACKUP_COMPRESS=none
|
---|
18 |
|
---|
19 | # User account and group to run the server
|
---|
20 | export SDTD_USER=sdtd
|
---|
21 | export SDTD_GROUP=sdtd
|
---|
22 |
|
---|
23 | # Paths to binaries. Use "which BINARYNAME" to find the path of a single binary
|
---|
24 | export RSYNC=/usr/bin/rsync
|
---|
25 | export XMLSTARLET=/usr/bin/xmlstarlet
|
---|
26 | export PKILL=/usr/bin/pkill
|
---|
27 | export SSD=/usr/local/lib/7dtd/start-stop-daemon/start-stop-daemon
|
---|
28 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.