ソースを参照

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

Peter Oostenbach 10 年 前
コミット
3ade414d3a
1 ファイル変更2 行追加3 行削除
  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