修改tfe service.d conf 文件的命名

This commit is contained in:
fumingwei
2021-05-28 09:44:58 +08:00
parent dd9848aee4
commit d54585ecae
2 changed files with 2 additions and 2 deletions

View File

@@ -70,8 +70,8 @@
- name: "copy memory limit file to tfe.service.d"
copy:
src: "{{ role_path }}/files/memory.conf"
dest: /usr/lib/system/tfe.service.d/
src: "{{ role_path }}/templates/service_override_memsw_limit.conf.j2"
dest: /usr/lib/systemd/system/tfe.service.d/service_override_memsw_limit.conf
mode: 0644
##################### tfe #####################