If adding to a system provided service file you have to install to /usr/lib and not etc
This commit is contained in:
parent
5dbfa39796
commit
a08af7f627
1 changed files with 2 additions and 2 deletions
|
@ -21,12 +21,12 @@
|
|||
- memcached
|
||||
|
||||
- name: make systemd override dir
|
||||
file: state=directory path=/etc/systemd/system/memcached.d mode=0755 owner=root group=root
|
||||
file: state=directory path=/usr/lib/systemd/system/memcached.d mode=0755 owner=root group=root
|
||||
tags:
|
||||
- memcached
|
||||
|
||||
- name: make systemd override config
|
||||
copy: src=memcached-systemdoverride.conf dest=/etc/systemd/system/memcached.d/
|
||||
copy: src=memcached-systemdoverride.conf dest=/usr/lib/systemd/system/memcached.d/
|
||||
tags:
|
||||
- memcached
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue