diff options
Diffstat (limited to 'docs/rabbitmq.5.pod')
| -rw-r--r-- | docs/rabbitmq.5.pod | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/rabbitmq.5.pod b/docs/rabbitmq.5.pod index 95416ebf8b..6def480790 100644 --- a/docs/rabbitmq.5.pod +++ b/docs/rabbitmq.5.pod @@ -18,18 +18,18 @@ init.d script), from /etc/rabbitmq/rabbitmq.conf and finally from the built-in default values. For example, for the B<RABBITMQ_NODENAME> setting, B<RABBITMQ_NODENAME> - from the environment is checked first. If it is absent or equal to the - empty string, then + from the environment is checked first. If it is absent or equal to + the empty string, then B<INITD_NODENAME> from /etc/default/rabbitmq is checked next, only if the server is - started through the standard init.d script. If it is also absent or set - equal to the empty string, then + started through the standard init.d script. If it is also absent or + set equal to the empty string, then B<NODENAME> - from /etc/rabbitmq/rabbitmq.conf is checked. If that is also absent or - set equal to the empty string then the default value from the startup - script is used. + from /etc/rabbitmq/rabbitmq.conf is checked. If that is also absent + or set equal to the empty string then the default value from + the startup script is used. The variable names in /etc/rabbitmq/rabbitmq.conf are always equal to the environment variable names, with the B<RABBITMQ_> prefix removed. |
