diff options
| author | Luke Bakken <lbakken@pivotal.io> | 2018-02-12 10:55:38 -0800 |
|---|---|---|
| committer | Luke Bakken <lbakken@pivotal.io> | 2018-02-12 10:55:38 -0800 |
| commit | 633881838302e9b2d6f50287a613b8d9abd3d780 (patch) | |
| tree | f4bf4910a1b84f438abd309a49ce06e6571898cd | |
| parent | 1a743bd0a7ccc4b9ded1624d7a1b10eb1928dce0 (diff) | |
| download | rabbitmq-server-git-633881838302e9b2d6f50287a613b8d9abd3d780.tar.gz | |
RABBITMQ_BASE is Windows only
See rabbitmq/rabbitmq-website#495
| -rw-r--r-- | docs/rabbitmq-service.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rabbitmq-service.8 b/docs/rabbitmq-service.8 index 1e0f3760bb..12b7f28a33 100644 --- a/docs/rabbitmq-service.8 +++ b/docs/rabbitmq-service.8 @@ -89,8 +89,8 @@ using the service control panel. .It Ev RABBITMQ_SERVICENAME Defaults to RabbitMQ. .It Ev RABBITMQ_BASE -Defaults to the application data directory of the current user. -This is the location of log and database directories. +Note: Windows only. Defaults to the application data directory of the +current user. This is the location of log and database directories. .It Ev RABBITMQ_NODENAME Defaults to .Qq rabbit . |
