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>POSIXSpawnType</key>
6	<string>Interactive</string>
7	<key>Label</key>
8	<string>com.apple.kextd</string>
9	<key>ProgramArguments</key>
10	<array>
11		<string>/usr/libexec/kextd</string>
12	</array>
13	<key>KeepAlive</key>
14	<dict>
15		<key>SuccessfulExit</key>
16		<false/>
17	</dict>
18	<key>MachServices</key>
19	<dict>
20		<key>com.apple.KernelExtensionServer</key>
21		<dict>
22            <!-- HostSpecialPort # from xnu/osfmk/mach/host_special_ports.h -->
23			<key>HostSpecialPort</key>
24			<integer>15</integer>
25		</dict>
26	</dict>
27</dict>
28</plist>
29