]> git.saurik.com Git - apple/network_cmds.git/blob - tftpd.tproj/tftp.plist-SERVER
network_cmds-245.tar.gz
[apple/network_cmds.git] / tftpd.tproj / tftp.plist-SERVER
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>Disabled</key>
6 <true/>
7 <key>Label</key>
8 <string>com.apple.tftpd</string>
9 <key>ProgramArguments</key>
10 <array>
11 <string>/usr/libexec/tftpd</string>
12 <string>-i</string>
13 <string>/private/tftpboot</string>
14 </array>
15 <key>inetdCompatibility</key>
16 <dict>
17 <key>Wait</key>
18 <true/>
19 </dict>
20 <key>InitGroups</key>
21 <true/>
22 <key>Sockets</key>
23 <dict>
24 <key>Listeners</key>
25 <dict>
26 <key>SockServiceName</key>
27 <string>tftp</string>
28 <key>SockType</key>
29 <string>dgram</string>
30 </dict>
31 </dict>
32 </dict>
33 </plist>