mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITPLAT-387 exclude bitbucket from catalina.out fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user