Use a tmpfiles.d path that works on both deb and rh based distributions. #6

Merged
adellam merged 1 commits from adellam/mailman:master into master 2020-02-14 18:38:36 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
- 'mailman'
- name: Create the tmpfile entry for the mailman lock directory
template: src=tmpfile_mailman.conf.j2 dest=/lib/tmpfiles.d/mailman.conf owner=root group=root mode=0644
template: src=tmpfile_mailman.conf.j2 dest=/usr/lib/tmpfiles.d/mailman.conf owner=root group=root mode=0644
- name: Install the mailman startup unit
template: src=mailman.service.systemd.j2 dest=/lib/systemd/system/mailman.service owner=root group=root mode=0644