Created
July 13, 2012 19:55
-
-
Save arreyder/3107020 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
exec chpst -u daemon /usr/bin/java \ | |
-Dblueflood.config=file:/opt/ele-conf/bf-0.conf \ | |
-Dlog4j.configuration=file:/opt/ele-conf/bf-0-log4j.properties \ | |
-Xms2G \ | |
-Xmx2G \ | |
-Dcom.sun.management.jmxremote.authenticate=false \ | |
-Dcom.sun.management.jmxremote.ssl=false \ | |
-Djava.rmi.server.hostname=127.0.0.1 \ | |
-Dcom.sun.management.jmxremote.port=8090 \ | |
-classpath /opt/ele/java/dist/maas.jar com.cloudkick.blueflood.Main 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment