17 lines
330 B
Plaintext
17 lines
330 B
Plaintext
##!/bin/sh
|
|
|
|
export SERVER_NAME="mitch_chernarus_test"
|
|
export MAP_FOLDER_NAME="$CHERNARUS_MAP_NAME"
|
|
|
|
export SERVER_PORT=2302
|
|
|
|
# number of threads to allocate
|
|
export SERVER_CPU=10
|
|
|
|
# (4 hours, in seconds)
|
|
################################# export RESTART_INTERVAL=$((60 * 60 * 4))
|
|
|
|
# (5 minutes)
|
|
export RESTART_INTERVAL=$((5 * 60))
|
|
|