2 <!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'>
5 This file and its contents are supplied under the terms of the
6 Common Development and Distribution License ("CDDL"), version 1.0.
7 You may only use this file in accordance with the terms of version
10 A full copy of the text of the CDDL should have accompanied this
11 source. A copy of the CDDL is also available via the Internet at
12 http://www.illumos.org/license/CDDL.
14 Copyright 2015 Nexenta Systems, Inc. All rights reserved.
16 NOTE: This service manifest is not editable; its contents will
17 be overwritten by package or patch operations, including
18 operating system upgrade.
22 <service_bundle type='manifest' name='network:tftp'>
25 name='network/tftp/udp6'
29 <create_default_instance enabled='false'/>
32 <service_fmri value='svc:/network/inetd:default' />
38 exec='/usr/sbin/in.tftpd -s /tftpboot'
41 <method_credential user='root' group='root' />
59 <property_group name='inetd' type='framework'>
60 <propval name='name' type='astring' value='tftp' />
61 <propval name='endpoint_type' type='astring' value='dgram' />
62 <propval name='proto' type='astring' value='udp6' />
63 <propval name='wait' type='boolean' value='true' />
64 <propval name='isrpc' type='boolean' value='false' />
67 <stability value='External' />
71 <loctext xml:lang='C'>
76 <manpage title='in.tftpd' section='1M'
77 manpath='/usr/share/man' />