|
|
@@ -13,7 +13,7 @@ ip="0.0.0.0"
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
|
|
|
fn_parms(){
|
|
|
-parms="-logfile ${gamelogdir}/output_log__$(date +%Y-%m-%d__%H-%M-%S).txt -quit -batchmode -nographics -dedicated -configfile=${servercfgfullpath}"
|
|
|
+parms="-quit -batchmode -nographics -dedicated -configfile=${servercfgfullpath}"
|
|
|
}
|
|
|
|
|
|
#### LinuxGSM Settings ####
|
|
|
@@ -51,6 +51,7 @@ iftttevent="linuxgsm_alert"
|
|
|
|
|
|
# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun
|
|
|
mailgunalert="off"
|
|
|
+mailgunapiregion="us"
|
|
|
mailguntoken="accesstoken"
|
|
|
mailgundomain="example.com"
|
|
|
mailgunemailfrom="alert@example.com"
|
|
|
@@ -64,6 +65,7 @@ channeltag=""
|
|
|
# Pushover Alerts | https://docs.linuxgsm.com/alerts/pushover
|
|
|
pushoveralert="off"
|
|
|
pushovertoken="accesstoken"
|
|
|
+pushoveruserkey="userkey"
|
|
|
|
|
|
# Slack Alerts | https://docs.linuxgsm.com/alerts/slack
|
|
|
slackalert="off"
|
|
|
@@ -136,7 +138,7 @@ querytype="protocol-valve"
|
|
|
|
|
|
## Console type
|
|
|
consoleverbose="yes"
|
|
|
-consoleinteract="yes"
|
|
|
+consoleinteract="no"
|
|
|
|
|
|
## Game Server Details
|
|
|
# Do not edit
|
|
|
@@ -150,7 +152,7 @@ glibc="2.15"
|
|
|
## Game Server Directories
|
|
|
systemdir="${serverfiles}"
|
|
|
executabledir="${serverfiles}"
|
|
|
-executable=$([ "$(uname -m)" == "x86_64" ] && echo -e "./7DaysToDieServer.x86_64" || echo -e "./7DaysToDieServer.x86")
|
|
|
+executable="./7DaysToDieServer.x86_64"
|
|
|
servercfgdir="${systemdir}"
|
|
|
servercfg="${selfname}.xml"
|
|
|
servercfgdirdefault="${serverfiles}"
|