19070: Still trying to fix test_with_arvbox
[arvados.git] / doc / _includes / _start_service.liquid
1 h2(#start-service). Start the service
2
3 <notextile>
4 <pre><code># <span class="userinput">systemctl enable --now {{arvados_component}}</span>
5 # <span class="userinput">systemctl status {{arvados_component}}</span>
6 [...]
7 </code></pre>
8 </notextile>
9
10 If @systemctl status@ indicates it is not running, use @journalctl@ to check logs for errors:
11
12 <notextile>
13 <pre><code># <span class="userinput">journalctl -n12 --unit {{arvados_component}}</span>
14 </code></pre>
15 </notextile>