mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
DCD-1089: The systemd installation location depends on the OS.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
- name: "Install systemd service file"
|
||||
template:
|
||||
src: "product.service.j2"
|
||||
dest: "/usr/lib/systemd/system/{{ atl_systemd_service_name }}"
|
||||
dest: "{{ atl_systemd_service_dir }}/{{ atl_systemd_service_name }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0640
|
||||
|
||||
Reference in New Issue
Block a user