Rename scripts

This commit is contained in:
mathiascode 2019-11-30 20:22:45 +02:00
parent c2e5910a3f
commit 5bd3b68053
2 changed files with 4 additions and 4 deletions

View file

@ -17,9 +17,9 @@ ssh-keyscan github.com >> .ssh/known_hosts
# checker in the background
while true; do
dtach -n server 'sh -c script/server'
dtach -n proxy 'sh -x script/proxy'
dtach -n schematics 'sh -x script/schematics'
dtach -n server 'sh -c script/server.sh'
dtach -n proxy 'sh -x script/proxy.sh'
dtach -n schematics 'sh -x script/schematics.sh'
sleep 5
done &

View file

@ -4,7 +4,7 @@
# OpenJ9 JVM is used instead of Java's default Hotspot JVM.
chmod -R 500 $HOME/plugins/bStats/ $HOME/plugins/PluginMetrics/
dtach -n alivecheck 'sh -x $HOME/script/alivecheck'
dtach -n alivecheck 'sh -x $HOME/script/alivecheck.sh'
while true; do
java -Xmx384M -Xtune:virtualized -Xaggressive -Xcompressedrefs -Xdump:none -Xgc:concurrentScavenge -Xgc:dnssExpectedTimeRatioMaximum=3 -Xgc:scvNoAdaptiveTenure -Xdisableexplicitgc -Xshareclasses -Xshareclasses:noPersistentDiskSpaceCheck -XX:-HeapDumpOnOutOfMemoryError -XX:OnOutofMemoryError="pkill -9 java" -XX:MaxDirectMemorySize=64M -XX:+UseContainerSupport -XX:+ClassRelationshipVerifier -Dpaper.playerconnection.keepalive=360 -DIReallyKnowWhatIAmDoingISwear -jar server.jar --world-dir=worlds