1 h2(#start-service). Start the service
4 <pre><code># <span class="userinput">systemctl enable --now {{arvados_component}}</span>
5 # <span class="userinput">systemctl status {{arvados_component}}</span>
10 If @systemctl status@ indicates it is not running, use @journalctl@ to check logs for errors:
13 <pre><code># <span class="userinput">journalctl -n12 --unit {{arvados_component}}</span>