com.apple.configd.plist   [plain text]


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>EnableTransactions</key>
	<true/>
	<key>KeepAlive</key>
	<true/>
	<key>Label</key>
	<string>com.apple.configd</string>
	<key>MachServices</key>
	<dict>
		<key>com.apple.SystemConfiguration.configd</key>
		<true/>
	</dict>
	<key>POSIXSpawnType</key>
	<string>Interactive</string>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/libexec/configd</string>
	</array>
	<key>Umask</key>
	<integer>18</integer>
	<key>MinimalBootProfile</key>
	<true/>
</dict>
</plist>