Systemd wants service/unit files to get 644, not 755.
This commit is contained in:
parent
4e06ab7f1a
commit
6c0099fb21
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue