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>EnableTransactions</key>
6	<true/>
7	<key>KeepAlive</key>
8	<true/>
9	<key>Label</key>
10	<string>com.apple.configd_sim</string>
11	<key>MachServices</key>
12	<dict>
13		<key>com.apple.SystemConfiguration.configd_sim</key>
14		<true/>
15		<key>com.apple.SystemConfiguration.SCNetworkReachability_sim</key>
16		<true/>
17		<key>com.apple.SystemConfiguration.DNSConfiguration_sim</key>
18		<true/>
19		<key>com.apple.SystemConfiguration.NetworkInformation_sim</key>
20		<true/>
21	</dict>
22	<key>POSIXSpawnType</key>
23	<string>Interactive</string>
24	<key>ProgramArguments</key>
25	<array>
26		<string>/usr/libexec/configd_sim</string>
27		<string>-d</string>
28	</array>
29	<key>Umask</key>
30	<integer>18</integer>
31</dict>
32</plist>
33