DCD-1089: The systemd installation location depends on the OS.

This commit is contained in:
Steve Smith
2020-08-28 13:07:56 +10:00
parent 5bae465412
commit 657efb77ab
8 changed files with 24 additions and 7 deletions

View File

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