iputils update

This commit is contained in:
Ertuğrul Erata
2015-10-01 22:46:01 +03:00
parent 8cd0d39ce4
commit bf11c55112
3 changed files with 29 additions and 57 deletions
@@ -0,0 +1,10 @@
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = nobody
server = /usr/sbin/tftpd
server_args = /var/tftpboot
disable = yes
}