Skip to content

Commit

Permalink
Set service file mode -x
Browse files Browse the repository at this point in the history
Systemd service files should not be executable
  • Loading branch information
tomasz-kuzemko committed Oct 17, 2020
1 parent 721c348 commit 29e6acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/k3s/master/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
dest: "{{ systemd_dir }}/k3s.service"
owner: root
group: root
mode: 0755
mode: 0644

- name: Enable and check K3s service
systemd:
Expand Down

0 comments on commit 29e6acb

Please sign in to comment.