ITPLAT-387 exclude bitbucket from catalina.out fix

This commit is contained in:
Brett Meehan
2021-02-02 10:14:22 +11:00
parent d219dea4ba
commit d3e6ba137c
5 changed files with 6 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ StandardError=journal+console
{{ p }}
{% endfor %}
ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{ c }}{% endfor %} >{{ atl_product_installation_current }}/logs/catalina.out 2>{{ atl_product_installation_current }}/logs/catalina.err
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