Systemd wants service/unit files to get 644, not 755.

This commit is contained in:
Kevin Fenzi 2016-12-16 14:50:22 +00:00
parent 4e06ab7f1a
commit 6c0099fb21
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@
- name: install stunnel service definition
copy: src=stunnel.service
dest=/usr/lib/systemd/system/stunnel.service
owner=root group=root mode=0755
owner=root group=root mode=0644
notify:
- reload systemd
- restart stunnel

View file

@ -138,7 +138,7 @@
- name: install stunnel service definition
copy: src=stunnel.service
dest=/usr/lib/systemd/system/stunnel.service
owner=root group=root mode=0755
owner=root group=root mode=0644
notify:
- reload systemd
- restart stunnel