Interlude branch.
This commit is contained in:
14
L2J_Mobius_C6_Interlude/dist/game/GameServer_loop.sh
vendored
Normal file
14
L2J_Mobius_C6_Interlude/dist/game/GameServer_loop.sh
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
DBHOST=localhost
|
||||
USER=root
|
||||
PASS=
|
||||
DBNAME=l2jmobiusc6
|
||||
|
||||
err=1
|
||||
until [ $err == 0 ];
|
||||
do
|
||||
java -Dfile.encoding=UTF-8 -Djava.util.logging.config.file=config/others/log.cfg -Xms2048m -Xmx4096m -cp ./libs/*:GameServer.jar com.l2jmobius.gameserver.GameServer > log/stdout.log 2>&1
|
||||
err=$?
|
||||
sleep 10
|
||||
done
|
Reference in New Issue
Block a user