|
@@ -6,16 +6,24 @@
|
|
|
# common.cfg - applies settings to every instance.
|
|
# common.cfg - applies settings to every instance.
|
|
|
# [instance].cfg - applies settings to a specific instance.
|
|
# [instance].cfg - applies settings to a specific instance.
|
|
|
|
|
|
|
|
|
|
+#### Server Settings ####
|
|
|
|
|
+
|
|
|
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
|
|
## Server Start Settings | https://docs.linuxgsm.com/configuration/start-parameters
|
|
|
# Edit serverfiles/ts3server.ini after installation
|
|
# Edit serverfiles/ts3server.ini after installation
|
|
|
|
|
|
|
|
-#### LinuxGSM Settings ####
|
|
|
|
|
-
|
|
|
|
|
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
|
|
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
|
|
|
fn_parms(){
|
|
fn_parms(){
|
|
|
parms="inifile=${servercfgfullpath} pid_file=ts3server.pid"
|
|
parms="inifile=${servercfgfullpath} pid_file=ts3server.pid"
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+#### LinuxGSM Settings ####
|
|
|
|
|
+
|
|
|
|
|
+## LinuxGSM Stats
|
|
|
|
|
+# Send useful stats to LinuxGSM developers.
|
|
|
|
|
+# https://docs.linuxgsm.com/configuration/linuxgsm-stats
|
|
|
|
|
+# (on|off)
|
|
|
|
|
+stats="off"
|
|
|
|
|
+
|
|
|
## Notification Alerts
|
|
## Notification Alerts
|
|
|
# (on|off)
|
|
# (on|off)
|
|
|
|
|
|