tftp: Add missing file permissions
This commit is contained in:
parent
d2b72b2fff
commit
78fa1bd9ca
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=
|
ExecStart=
|
||||||
ExecStart=/usr/sbin/in.tftpd -s /srv/tftpboot -u tftpd -c -v
|
ExecStart=/usr/sbin/in.tftpd -s /srv/tftpboot -u tftpd -c -v
|
||||||
|
mode: 0644
|
||||||
|
owner: root
|
||||||
|
group: "{{ ansible_wheel }}"
|
||||||
notify: restart tftpd
|
notify: restart tftpd
|
||||||
|
|
||||||
- name: enable service
|
- name: enable service
|
||||||
|
|
Loading…
Add table
Reference in a new issue