blob: 1b1e2e1669ef0c8ddf8ee10fac844e9d905da498 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- scripts/rabbitmqctl.orig
+++ scripts/rabbitmqctl
@@ -27,6 +27,7 @@
# (e.g. forget_cluster_node --offline) require us to impersonate the
# real node.
RABBITMQ_USE_LONGNAME=${RABBITMQ_USE_LONGNAME} \
+HOME=/var/db/rabbitmq \
exec ${ERL_DIR}erl \
-pa "${RABBITMQ_HOME}/ebin" \
-noinput \
|