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