Changeset 478 for scripts/etc/7dtd.conf


Ignore:
Timestamp:
Nov 13, 2023, 4:07:41 PM (19 months ago)
Author:
alloc
Message:

Scripts updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/etc/7dtd.conf

    r258 r478  
    11#!/bin/sh
    22
    33#   Copyright 2016 Christian 'Alloc' Illy
    44#
    55#   Licensed under the Apache License, Version 2.0 (the "License");
    66#   you may not use this file except in compliance with the License.
    77#   You may obtain a copy of the License at
    88#
    99#       http://www.apache.org/licenses/LICENSE-2.0
    1010#
    1111#   Unless required by applicable law or agreed to in writing, software
    1212#   distributed under the License is distributed on an "AS IS" BASIS,
    1313#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    1414#   See the License for the specific language governing permissions and
    1515#   limitations under the License.
    1616
    1717
    1818# Root of the 7dtd folders, containing e.g. the "engine", "instances" folders
    1919export SDTD_BASE=/home/sdtd
    2020
    2121# How many seconds should stopping wait for the instance to shutdown
    2222export STOP_WAIT=5
    2323
    2424# Backup options
    2525export SDTD_BACKUP_ROOT=/home/sdtd/backup
    2626export SDTD_BACKUP_SAVEWORLD=true
    2727export SDTD_BACKUP_MIN_BACKUPS_KEEP=
    2828export SDTD_BACKUP_MAX_BACKUPS=
    2929export SDTD_BACKUP_MAX_STORAGE=
    3030export SDTD_BACKUP_MAX_AGE=
    3131export SDTD_BACKUP_COMPRESS=none
    3232
    3333# User account and group to run the server
    3434export SDTD_USER=sdtd
    3535export SDTD_GROUP=sdtd
    3636
    3737# Paths to binaries. Use "which BINARYNAME" to find the path of a single binary
    3838export RSYNC=/usr/bin/rsync
    3939export XMLSTARLET=/usr/bin/xmlstarlet
    4040export PKILL=/usr/bin/pkill
    4141export SSD=/usr/local/lib/7dtd/start-stop-daemon/start-stop-daemon
    42 
     42export EDITOR=/usr/bin/editor
Note: See TracChangeset for help on using the changeset viewer.