Install the systemd unit under /etc/systemd

This commit is contained in:
Andrea Dell'Amico 2021-06-03 18:30:48 +02:00
parent b79344b89c
commit d26c1427e4
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
when: ansible_service_mgr != 'systemd'
- name: Install the orientdb systemd unit
template: src=orientdb.service.j2 dest=/usr/lib/systemd/system/orientdb.service owner=root group=root mode=0644
template: src=orientdb.service.j2 dest=/etc/systemd/system/orientdb.service owner=root group=root mode=0644
tags: [ 'orientdb', 'orientdb_init' ]
when: ansible_service_mgr == 'systemd'
register: reload_systemd