1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5	<key>Label</key>
6	<string>com.apple.automountd</string>
7	<key>MachServices</key>
8	<dict>
9		<key>com.apple.automountd</key>
10		<dict>
11			<key>HostSpecialPort</key>
12			<integer>11</integer>
13		</dict>
14	</dict>
15	<key>Program</key>
16	<string>/usr/libexec/automountd</string>
17	<key>ProgramArguments</key>
18	<array>
19		<string>automountd</string>
20	</array>
21	<key>EnableTransactions</key>
22	<true/>
23	<key>POSIXSpawnType</key>
24	<string>Interactive</string>
25</dict>
26</plist>
27