8005: Install guide suggests slurm-munge on Red Hat SLURM nodes.
[arvados.git] / doc / install / install-crunch-dispatch.html.textile.liquid
index 2756500551b29a40b9d10eac9cfbccf66c8ef006..c75e7e8de1840031bc2ed864d791d60017874278 100644 (file)
@@ -61,7 +61,7 @@ On Debian-based systems:
 On Red Hat-based systems:
 
 <notextile>
-<pre><code>~$ <span class="userinput">sudo yum install slurm munge</span>
+<pre><code>~$ <span class="userinput">sudo yum install slurm munge slurm-munge</span>
 </code></pre>
 </notextile>
 
@@ -168,7 +168,9 @@ To dispatch Arvados jobs:
 * @crunch-job@ needs the installation path of the Perl SDK in its @PERLLIB@.
 * @crunch-job@ needs the @ARVADOS_API_HOST@ (and, if necessary, @ARVADOS_API_HOST_INSECURE@) environment variable set.
 
-We recommend you run @crunch-dispatch.rb@ under "runit":http://smarden.org/runit/ or a similar supervisor.  Here's an example runit service script:
+Install runit to monitor the Crunch dispatch daemon.  {% include 'install_runit' %}
+
+Install the script below as the run script for the Crunch dispatch service, modifying it as directed by the comments.
 
 <notextile>
 <pre><code>#!/bin/sh