From 4e5bd0b16d372f7ae3cfa61c54ca3bebb361d325 Mon Sep 17 00:00:00 2001 From: Brett Meehan Date: Thu, 24 Oct 2019 14:44:32 +1100 Subject: [PATCH] ITOPSENG-277 fixed startup exec path for synchrony service --- aws_confluence_synchrony_node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_confluence_synchrony_node.yml b/aws_confluence_synchrony_node.yml index ed05766..3d13d85 100644 --- a/aws_confluence_synchrony_node.yml +++ b/aws_confluence_synchrony_node.yml @@ -14,7 +14,7 @@ - "EnvironmentFile=/etc/atl.synchrony" - "WorkingDirectory={{ atl_product_installation_current }}/logs/" atl_startup_exec_options: [] - atl_startup_exec_path: "{{ atl_installation_base }}/bin/start-synchrony" + atl_startup_exec_path: "{{ atl_product_installation_current }}/bin/start-synchrony" atl_systemd_service_name: "synchrony.service" roles: