Changed tftp to run as daemon on ubuntu and debian.

This commit is contained in:
Timo Mkinen 2010-10-26 09:06:21 +03:00
parent 47e7ac0d35
commit a9ac0d179b

View file

@ -1,11 +0,0 @@
service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = /tftpboot
disable = no
}