Added debian and ubuntu support for tftp::server.
This commit is contained in:
parent
77e2696887
commit
5c5af584f4
2 changed files with 33 additions and 3 deletions
11
tftp/files/tftp.xinetd
Normal file
11
tftp/files/tftp.xinetd
Normal file
|
@ -0,0 +1,11 @@
|
|||
service tftp
|
||||
{
|
||||
protocol = udp
|
||||
port = 69
|
||||
socket_type = dgram
|
||||
wait = yes
|
||||
user = nobody
|
||||
server = /usr/sbin/in.tftpd
|
||||
server_args = /tftpboot
|
||||
disable = no
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue