Gitiles
Code Review
Sign In
spfactory.storpool.com
/
devstack
/
0982f0795e047ebd54e54e7c7c20fe8b72c7b7a9
/
.
/
tools
/
ironic
/
templates
/
tftpd-xinetd.template
blob: 7b9b0f8a78569518f95ff0e2706ce00c21200a47 [
file
] [
log
] [
blame
]
service tftp
{
protocol
=
udp
port
=
69
socket_type
=
dgram
wait
=
yes
user
=
root
server
=
/usr/
sbin
/
in
.
tftpd
server_args
=
-
v
-
v
-
v
-
v
-
v
--
map
-
file
%
TFTPBOOT_DIR
%/
map
-
file
%
TFTPBOOT_DIR
%
disable
=
no
}