11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
##!/bin/sh
|
|
|
|
export SERVER_NAME="mitch_chernarus_test"
|
|
export MAP_FOLDER_NAME="$CHERNARUS_MAP_NAME"
|
|
|
|
export SERVER_PORT=2502
|
|
|
|
# number of threads to allocate
|
|
export SERVER_CPU=10
|
|
|