{% comment %} Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} h2(#start-service). Start the service
# systemctl enable --now {{arvados_component}}
# systemctl status {{arvados_component}}
[...]
If @systemctl status@ indicates it is not running, use @journalctl@ to check logs for errors:
# journalctl --since -5min -u {{ arvados_component | split: ' ' | join: ' -u ' }}