From 362bc07ac61bf637401507af3463a6cbc6fc73d5 Mon Sep 17 00:00:00 2001 From: Brett Meehan Date: Thu, 4 Feb 2021 16:29:53 +1100 Subject: [PATCH] ITPLAT-387 add comment about bbdc exclusion --- roles/product_startup/templates/product.service.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/product_startup/templates/product.service.j2 b/roles/product_startup/templates/product.service.j2 index ead13f1..ce2dff8 100644 --- a/roles/product_startup/templates/product.service.j2 +++ b/roles/product_startup/templates/product.service.j2 @@ -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