Explorar o código

change: update activemq command changed to start command of base image.

Peter Oostenbach %!s(int64=10) %!d(string=hai) anos
pai
achega
3ade414d3a
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      battlecamp-go-gameserver/supervisord.conf

+ 2 - 3
battlecamp-go-gameserver/supervisord.conf

@@ -2,8 +2,7 @@
 nodaemon=true
 
 [program:activemq]
-command=/apache-activemq-5.12.0/bin/linux-x86-64/activemq console
+command=java -Xms1G -Xmx1G -Djava.util.logging.config.file=logging.properties -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote -Djava.io.tmpdir=apache-activemq-5.12.0/tmp -Dactivemq.classpath=apache-activemq-5.12.0/conf -Dactivemq.home=apache-activemq-5.12.0 -Dactivemq.base=apache-activemq-5.12.0 -Dactivemq.conf=apache-activemq-5.12.0/conf -Dactivemq.data=apache-activemq-5.12.0/data -jar apache-activemq-5.12.0/bin/activemq.jar start
 
 [program:go]
-command=/go/bin/battlecamp-go-gameserver -boardGen=battlecamp-go-boardgenerator.summercamp.local:80
-
+command=/go/bin/battlecamp-go-gameserver -boardGen=battlecamp-go-boardgenerator.summercamp.local:80