Merge branch '16678-login-tokens-lifetime-config'
[arvados.git] / doc / _includes / _install_runit.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 On Debian-based systems:
8
9 <notextile>
10 <pre><code>~$ <span class="userinput">sudo apt-get install runit</span>
11 </code></pre>
12 </notextile>
13
14 On Red Hat-based systems:
15
16 <notextile>
17 <pre><code>~$ <span class="userinput">sudo yum install runit</span>
18 </code></pre>
19 </notextile>