]> git.arvados.org - arvados.git/blob - doc/_includes/_start_service.liquid
21926: Add GPU note to upgrading notes and API docs
[arvados.git] / doc / _includes / _start_service.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 h2(#start-service). Start the service
8
9 <notextile>
10 <pre><code># <span class="userinput">systemctl enable --now {{arvados_component}}</span>
11 # <span class="userinput">systemctl status {{arvados_component}}</span>
12 [...]
13 </code></pre>
14 </notextile>
15
16 If @systemctl status@ indicates it is not running, use @journalctl@ to check logs for errors:
17
18 <notextile>
19 <pre><code># <span class="userinput">journalctl --since -5min -u {{ arvados_component | split: ' ' | join: ' -u ' }}</span>
20 </code></pre>
21 </notextile>