summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2016-05-23 15:15:06 +0300
committerMichael Klishin <michael@clojurewerkz.org>2016-05-23 15:15:06 +0300
commit2b9bdfd73b7157cbce9ece636d05f6916d5a3a5a (patch)
tree40a080c495eed4e828b8d3707968466dea90c568 /docs
parent77332e682250f4e6a315de81abadd9e3a682e416 (diff)
parentba88ee7f743f0abb85e09981c7d3a86f95e835c1 (diff)
downloadrabbitmq-server-git-2b9bdfd73b7157cbce9ece636d05f6916d5a3a5a.tar.gz
Merge branch 'stable' into rabbitmq-server-687
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq-server.service.example3
-rw-r--r--docs/rabbitmqctl.1.xml27
2 files changed, 29 insertions, 1 deletions
diff --git a/docs/rabbitmq-server.service.example b/docs/rabbitmq-server.service.example
index 5a8f1cd73e..1aa6549b64 100644
--- a/docs/rabbitmq-server.service.example
+++ b/docs/rabbitmq-server.service.example
@@ -1,7 +1,8 @@
# systemd unit example
[Unit]
Description=RabbitMQ broker
-After=syslog.target network.target
+After=network.target epmd@0.0.0.0.socket
+Wants=network.target epmd@0.0.0.0.socket
[Service]
Type=notify
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 1ecf8d4d3a..ec864af6cf 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -290,6 +290,33 @@
</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><cmdsynopsis><command>hipe_compile</command> <arg choice="req"><replaceable>directory</replaceable></arg></cmdsynopsis></term>
+ <listitem>
+ <para>
+ Performs HiPE-compilation and caches resulting
+ .beam-files in the given directory.
+ </para>
+ <para>
+ Parent directories are created if necessary. Any
+ existing <command>.beam</command> files from the
+ directory are automatically deleted prior to
+ compilation.
+ </para>
+ <para>
+ To use this precompiled files, you should set
+ <command>RABBITMQ_SERVER_CODE_PATH</command> environment
+ variable to directory specified in
+ <command>hipe_compile</command> invokation.
+ </para>
+ <para role="example-prefix">For example:</para>
+ <screen role="example">rabbitmqctl hipe_compile /tmp/rabbit-hipe/ebin</screen>
+ <para role="example">
+ HiPE-compiles modules and stores them to /tmp/rabbit-hipe/ebin directory.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>