summaryrefslogtreecommitdiff
path: root/scripts/rabbitmqctl
diff options
context:
space:
mode:
authorAlvaro Videla <alvaro@rabbitmq.com>2012-11-09 10:56:47 +0000
committerAlvaro Videla <alvaro@rabbitmq.com>2012-11-09 10:56:47 +0000
commit99589569dfd42c5a035bb10b750074f3761887c0 (patch)
tree8d64383c3a1d8bc8210ee503b611eaf7643af296 /scripts/rabbitmqctl
parentfa54fcc3e5809194c3b4e474f980bb3652b71ead (diff)
downloadrabbitmq-server-git-99589569dfd42c5a035bb10b750074f3761887c0.tar.gz
specifies boot file for erl calls
Diffstat (limited to 'scripts/rabbitmqctl')
-rwxr-xr-xscripts/rabbitmqctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rabbitmqctl b/scripts/rabbitmqctl
index b735162422..5471abf7ec 100755
--- a/scripts/rabbitmqctl
+++ b/scripts/rabbitmqctl
@@ -32,6 +32,7 @@ exec ${ERL_DIR}erl \
-hidden \
${RABBITMQ_CTL_ERL_ARGS} \
-sname rabbitmqctl$$ \
+ -boot "${CLEAN_BOOT_FILE}" \
-s rabbit_control_main \
-nodename $RABBITMQ_NODENAME \
-extra "$@"