com.apple.launchdebugd.xml   [plain text]


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Disabled</key>
	<true/>
	<key>Label</key>
	<string>com.apple.launchd_debugd</string>
	<key>ProgramArguments</key>
	<array>
		<string>launchd_debugd</string>
	</array>
	<key>Sockets</key>
	<dict>
		<key>Listeners</key>
		<array>
			<dict>
				<key>SockServiceName</key>
				<integer>12345</integer>
				<key>SockPassive</key>
				<true/>
				<key>SockType</key>
				<string>SOCK_STREAM</string>
			</dict>
		</array>
	</dict>
	<key>ServiceIPC</key>
	<true/>
</dict>
</plist>