Skip to content

Commit

Permalink
qbittorrent: fix service permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Mar 5, 2024
1 parent 20f093e commit 57b57a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/qbittorrent/tasks/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
ansible.builtin.template:
src: "qbittorrent.service.j2"
dest: "/etc/systemd/system/{{ qbittorent_service_name }}"
mode: "0755"
mode: "0644"
force: true

- name: Systemd daemon-reload '{{ qbittorent_service_name }}'
Expand Down

0 comments on commit 57b57a6

Please sign in to comment.