mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
fix broken path for synchrony service
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
- name: Install the startup wrapper script
|
||||
copy:
|
||||
src: start-synchrony
|
||||
dest: "{{ atl_installation_base }}/bin/start-synchrony"
|
||||
dest: "{{ atl_product_installation_current }}/bin/start-synchrony"
|
||||
group: "{{ atl_product_user }}"
|
||||
mode: "0750"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user