summaryrefslogtreecommitdiff
path: root/scripts/rabbitmqctl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-10-23 12:55:48 +0100
committerSimon MacMullen <simon@rabbitmq.com>2014-10-23 12:55:48 +0100
commit3b5475471a491360d36bcac3da42c22aa5770ff9 (patch)
tree54a714aa2abe2343af6df90d440c8bcf5915318b /scripts/rabbitmqctl
parente79d40bbbe91d61f23dffc44d5f73716822c363f (diff)
downloadrabbitmq-server-git-3b5475471a491360d36bcac3da42c22aa5770ff9.tar.gz
First pass at having ctl and plugins not start epmd. This can cause problems though if we are contacting a remote node, or removing a cluster node offline.
Diffstat (limited to 'scripts/rabbitmqctl')
-rwxr-xr-xscripts/rabbitmqctl4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/rabbitmqctl b/scripts/rabbitmqctl
index 804c0c81f5..2237275c47 100755
--- a/scripts/rabbitmqctl
+++ b/scripts/rabbitmqctl
@@ -19,10 +19,6 @@
# Non-empty defaults should be set in rabbitmq-env
. `dirname $0`/rabbitmq-env
-# rabbitmqctl starts distribution itself, so we need to make sure epmd
-# is running.
-${ERL_DIR}erl ${RABBITMQ_NAME_TYPE} rabbitmqctl-prelaunch-$$ -noinput -eval 'erlang:halt().'
-
# We specify Mnesia dir and sasl error logger since some actions
# (e.g. forget_cluster_node --offline) require us to impersonate the
# real node.