File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
2+ # @(#) .server-settings.ini v1.10 (2016-09-29) / Hubert Tournier
23
34# ###############################################################################
45# Environment settings:
@@ -13,7 +14,8 @@ unset MM_CHARSET
1314# ###############################################################################
1415# Java settings:
1516# ###############################################################################
16- #
17+ # The first JAVA_OPTS line is intended for KCauldron servers
18+ # The second one is intended for Thermos servers
1719# ###############################################################################
1820export JAVA_PATH=/usr/local/openjdk8-jre/bin
1921export JAVA_OPTS=-XX:+UseConcMarkSweepGC
@@ -32,7 +34,7 @@ export SERVER_MINRAM=4G
3234export SERVER_MAXRAM=8G
3335export SERVER_USER=minecraft
3436export SERVER_GROUP=minecraft
35- export SERVER_START_SCRIPT=setuid/start.sh
37+ export SERVER_START_SCRIPT=Scripts/ setuid/start.sh
3638
3739# ###############################################################################
3840# GNU Screen utility:
You can’t perform that action at this time.
0 commit comments