ITPLAT-387 add comment about bbdc exclusion

This commit is contained in:
Brett Meehan
2021-02-04 16:29:53 +11:00
parent 33ba9fc2e5
commit 362bc07ac6

View File

@@ -12,6 +12,7 @@ StandardError=journal+console
{{ p }}
{% endfor %}
{# Bitbucket DC sets up its service start/stop logging in a different way to all our other DC offerings and so we exclude it from having the catalina.out redirect #}
ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{ c }}{% endfor %}{% if (atl_product_family != "stash") %} >{{ atl_product_installation_current }}/logs/catalina.out 2>&1{% endif %}
Restart=on-failure