2 Copyright (C) The Arvados Authors. All rights reserved.
4 SPDX-License-Identifier: CC-BY-SA-3.0
7 h2(#start-service). Start the service
10 <pre><code># <span class="userinput">systemctl enable --now {{arvados_component}}</span>
11 # <span class="userinput">systemctl status {{arvados_component}}</span>
16 If @systemctl status@ indicates it is not running, use @journalctl@ to check logs for errors:
19 <pre><code># <span class="userinput">journalctl --since -5min -u {{ arvados_component | split: ' ' | join: ' -u ' }}</span>