Created
March 3, 2012 16:09
-
-
Save mwicat/1966829 to your computer and use it in GitHub Desktop.
Ejabberd running with startup file
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
| STARTUP_FILE="$HOME/tmp/ejabberd.erl" | |
| sudo EJABBERD_BYPASS_WARNINGS=true \ | |
| ERL_OPTIONS="-run file eval $STARTUP_FILE" \ | |
| ejabberdctl --node ejabberd@172.16.0.1 live |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment