diff options
Diffstat (limited to 'net-misc/ltsp-core/files/tftp')
-rw-r--r-- | net-misc/ltsp-core/files/tftp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-misc/ltsp-core/files/tftp b/net-misc/ltsp-core/files/tftp new file mode 100644 index 000000000000..af3398b800b7 --- /dev/null +++ b/net-misc/ltsp-core/files/tftp @@ -0,0 +1,16 @@ +# default: off +# description: tftp service. + +service tftp +{ + socket_type = dgram + protocol = udp + user = root + server = /usr/sbin/in.tftpd + server_args = -s /tftpboot + port = 69 + wait = yes + only_from = 0.0.0.0 + disable = yes +} + |