Changeset 478 for scripts/etc/7dtd.conf
- Timestamp:
- Nov 13, 2023, 4:07:41 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/etc/7dtd.conf
r258 r478 1 1 #!/bin/sh 2 2 3 3 # Copyright 2016 Christian 'Alloc' Illy 4 4 # 5 5 # Licensed under the Apache License, Version 2.0 (the "License"); 6 6 # you may not use this file except in compliance with the License. 7 7 # You may obtain a copy of the License at 8 8 # 9 9 # http://www.apache.org/licenses/LICENSE-2.0 10 10 # 11 11 # Unless required by applicable law or agreed to in writing, software 12 12 # distributed under the License is distributed on an "AS IS" BASIS, 13 13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 14 # See the License for the specific language governing permissions and 15 15 # limitations under the License. 16 16 17 17 18 18 # Root of the 7dtd folders, containing e.g. the "engine", "instances" folders 19 19 export SDTD_BASE=/home/sdtd 20 20 21 21 # How many seconds should stopping wait for the instance to shutdown 22 22 export STOP_WAIT=5 23 23 24 24 # Backup options 25 25 export SDTD_BACKUP_ROOT=/home/sdtd/backup 26 26 export SDTD_BACKUP_SAVEWORLD=true 27 27 export SDTD_BACKUP_MIN_BACKUPS_KEEP= 28 28 export SDTD_BACKUP_MAX_BACKUPS= 29 29 export SDTD_BACKUP_MAX_STORAGE= 30 30 export SDTD_BACKUP_MAX_AGE= 31 31 export SDTD_BACKUP_COMPRESS=none 32 32 33 33 # User account and group to run the server 34 34 export SDTD_USER=sdtd 35 35 export SDTD_GROUP=sdtd 36 36 37 37 # Paths to binaries. Use "which BINARYNAME" to find the path of a single binary 38 38 export RSYNC=/usr/bin/rsync 39 39 export XMLSTARLET=/usr/bin/xmlstarlet 40 40 export PKILL=/usr/bin/pkill 41 41 export SSD=/usr/local/lib/7dtd/start-stop-daemon/start-stop-daemon 42 42 export EDITOR=/usr/bin/editor
Note:
See TracChangeset
for help on using the changeset viewer.