summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSteve Powell <steve@rabbitmq.com>2012-02-13 11:28:55 +0000
committerSteve Powell <steve@rabbitmq.com>2012-02-13 11:28:55 +0000
commit5b860c87237dfd547ed39acc6dbcd2ebba13464c (patch)
treee4fa1bd9b4f9718ee1eb5e823cdc1e86ddec2532 /scripts
parentd990634fa80c6dea3c8700849a7a91003007cb29 (diff)
downloadrabbitmq-server-git-5b860c87237dfd547ed39acc6dbcd2ebba13464c.tar.gz
Ensure rabbitmq-env.conf file is fixed location, even in Generic-Unix case.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rabbitmq-sys4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rabbitmq-sys b/scripts/rabbitmq-sys
index 7f76551c19..fc2b25f22c 100644
--- a/scripts/rabbitmq-sys
+++ b/scripts/rabbitmq-sys
@@ -27,7 +27,7 @@ LOG_BASE=${SYS_PREFIX}/var/log/rabbitmq
MNESIA_BASE=${SYS_PREFIX}/var/lib/rabbitmq/mnesia
ENABLED_PLUGINS_FILE=${SYS_PREFIX}/etc/rabbitmq/enabled_plugins
-OLD_CONF_ENV_FILE=${CONFIG_FILE}.conf
-CONF_ENV_FILE=${CONFIG_FILE}-env.conf
+OLD_CONF_ENV_FILE=/etc/rabbitmq/rabbitmq.conf
+CONF_ENV_FILE=/etc/rabbitmq/rabbitmq-env.conf
PLUGINS_DIR="${RABBITMQ_HOME}/plugins"