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	</dict>
16	<key>POSIXSpawnType</key>
17	<string>Interactive</string>
18	<key>ProgramArguments</key>
19	<array>
20		<string>/usr/libexec/configd_sim</string>
21		<string>-d</string>
22	</array>
23	<key>Umask</key>
24	<integer>18</integer>
25</dict>
26</plist>
27