Skip to content

Instantly share code, notes, and snippets.

@arreyder
Created July 13, 2012 19:55
Show Gist options
  • Save arreyder/3107020 to your computer and use it in GitHub Desktop.
Save arreyder/3107020 to your computer and use it in GitHub Desktop.
#!/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