fix broken path for synchrony service

This commit is contained in:
btisekar
2019-10-30 18:45:06 +05:30
parent eb3449e55c
commit 5709fc5000
2 changed files with 2 additions and 2 deletions

View File

@@ -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: