ITOPSENG-647 put product service file in the default path to allow systemctl mask and other linking operations to work properly

This commit is contained in:
Brett Meehan
2020-05-21 10:17:22 +10:00
parent 0fbc7609a1
commit 7b9e9e2328
5 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
- name: "Install systemd service file"
template:
src: "product.service.j2"
dest: "/etc/systemd/system/{{ atl_systemd_service_name }}"
dest: "/usr/lib/systemd/system/{{ atl_systemd_service_name }}"
owner: root
group: root
mode: 0640