Skip to content

Commit

Permalink
Merge pull request k3s-io#96 from tomasz-kuzemko/patch-1
Browse files Browse the repository at this point in the history
Set service file mode -x
  • Loading branch information
St0rmingBr4in committed Feb 23, 2021
2 parents b12a384 + 29e6acb commit ef8d3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/k3s/master/tasks/main.yml
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 ef8d3a1

Please sign in to comment.