Created
February 20, 2015 23:02
-
-
Save liukai/a7c8e7a6b2cc50b838ea to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| exec java $JAVA_OPTS -Xms512m -Xmx512m \ | |
| -classpath ~telegraph/instagram-telegraph.jar \ | |
| -Dapp.name="run-helix-controller" org.apache.helix.controller.HelixControllerMain \ | |
| -Dlog4j.configuration=file:/etc/telegraph/admin.log4j.properties \ | |
| --zkSvr `/usr/local/bin/smcc list-services zeus.globalwo.20 | grep frc` \ | |
| --cluster telegraph $* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment