From e839b6e82f41f32008bdb157d9fedfa007a0ce50 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 28 May 2019 14:19:11 +1000 Subject: [PATCH] DCD-352: Fix startup script path. --- roles/synchrony_startup/templates/synchrony.service.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/synchrony_startup/templates/synchrony.service.j2 b/roles/synchrony_startup/templates/synchrony.service.j2 index 04f8f2f..000fb30 100644 --- a/roles/synchrony_startup/templates/synchrony.service.j2 +++ b/roles/synchrony_startup/templates/synchrony.service.j2 @@ -9,7 +9,8 @@ Group={{ atl_product_user }} EnvironmentFile=/etc/atl EnvironmentFile=/etc/atl.synchrony -ExecStart={{ atl_product_installation_current }}/bin/{{ atl_startup_script_map[atl_product_family] }} -fg +ExecStart={{ atl_installation_base }}/bin/start-synchrony + Restart=on-failure [Install]