diff options
author | Sven Gothel <[email protected]> | 2013-07-10 04:16:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-07-10 04:16:21 +0200 |
commit | 1e6aa2a522df366dea13b6dd117eaea33c048595 (patch) | |
tree | 6d5708913e43da03af3998cf41178fdf71740b5a /scripts | |
parent | 23f54e6cf4dac04df8158591684fec46cfd3967c (diff) |
CatOut/LogBot: Test server connection from main loop: Send PING each 1min, and act when last-timestamp is > PONG_TIMEOUT (3min)HEADmaster
- Do not reconnect automatically, since we use main-loop connection test incl. reconnect
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/start.jabot.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/start.jabot.sh b/scripts/start.jabot.sh index 6dc5c10..5b5503a 100755 --- a/scripts/start.jabot.sh +++ b/scripts/start.jabot.sh @@ -5,6 +5,9 @@ export JABOT_LOG=$JABOT_HOME/irc_jogamp_CatOut_`date -u +%Y%m%d%H%M`.log export JRE_HOME=/opt-linux-x86_64/jre7 # export JRE_HOME=$(readlink -f /usr/bin/java | sed "s:bin/java::") +# -testPongTO +# -verbose + JAVA=$JRE_HOME/bin/java nohup nice $JAVA \ -cp $JABOT_HOME/build/jabot.jar org.jogamp.jabot.irc.CatOut \ |