Fix file permissions for some system units

This commit is contained in:
Alexander Grothe
2017-07-31 08:44:27 +02:00
parent 0951504754
commit 75182264ec
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
template:
src: 'templates/kodi.service.j2'
dest: '{{ vdr.home }}/.config/systemd/user/kodi.service'
mode: 0755
mode: 0644
owner: '{{ vdr.user }}'
group: '{{ vdr.group }}'