]> git.saurik.com Git - apple/launchd.git/blob - launchd/doc/com.apple.launchdebugd.xml
launchd-106.14.tar.gz
[apple/launchd.git] / launchd / doc / com.apple.launchdebugd.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>Disabled</key>
6 <true/>
7 <key>Label</key>
8 <string>com.apple.launchd_debugd</string>
9 <key>ProgramArguments</key>
10 <array>
11 <string>launchd_debugd</string>
12 </array>
13 <key>Sockets</key>
14 <dict>
15 <key>Listeners</key>
16 <array>
17 <dict>
18 <key>SockServiceName</key>
19 <integer>12345</integer>
20 <key>SockPassive</key>
21 <true/>
22 <key>SockType</key>
23 <string>SOCK_STREAM</string>
24 </dict>
25 </array>
26 </dict>
27 <key>ServiceIPC</key>
28 <true/>
29 </dict>
30 </plist>