ITPLAT-518 corrected stop script var name

This commit is contained in:
Brett Meehan
2021-03-03 16:57:02 +11:00
parent 7c3dbd53aa
commit 92baa3c291

View File

@@ -19,7 +19,7 @@ StandardError=journal+console
{% if (atl_product_family == "stash") %}
PIDFile={{ atl_product_home }}/log/bitbucket.pid
ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{ c }}{% endfor %}
ExecStop={{ atl_startup_exec_path }}
ExecStop={{ atl_stop_exec_path }}
{% else -%}
ExecStart={{ atl_startup_exec_path }}{% for c in atl_startup_exec_options %} {{ c }}{% endfor %} >{{ atl_product_installation_current }}/logs/catalina.out 2>&1
{% endif %}