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 -n12 --unit {{arvados_component}}