Skip to content

Instantly share code, notes, and snippets.

@mwicat
Created March 3, 2012 16:09
Show Gist options
  • Select an option

  • Save mwicat/1966829 to your computer and use it in GitHub Desktop.

Select an option

Save mwicat/1966829 to your computer and use it in GitHub Desktop.
Ejabberd running with startup file
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