From 92baa3c2919328cfc76794e88dffda77ce6ab82d Mon Sep 17 00:00:00 2001 From: Brett Meehan Date: Wed, 3 Mar 2021 16:57:02 +1100 Subject: [PATCH] ITPLAT-518 corrected stop script var name --- roles/product_startup/templates/product.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/product_startup/templates/product.service.j2 b/roles/product_startup/templates/product.service.j2 index ac52bc3..4e25de7 100644 --- a/roles/product_startup/templates/product.service.j2 +++ b/roles/product_startup/templates/product.service.j2 @@ -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 %}