]>
Commit | Line | Data |
---|---|---|
2b484d24 A |
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.rshd</string> | |
9 | <key>ProgramArguments</key> | |
10 | <array> | |
11 | <string>/usr/libexec/rshd</string> | |
12 | </array> | |
13 | <key>inetdCompatibility</key> | |
14 | <dict> | |
15 | <key>Wait</key> | |
16 | <false/> | |
17 | </dict> | |
18 | <key>Sockets</key> | |
19 | <dict> | |
20 | <key>Listeners</key> | |
21 | <dict> | |
22 | <key>SockServiceName</key> | |
23 | <string>shell</string> | |
24 | </dict> | |
25 | </dict> | |
26 | </dict> | |
27 | </plist> |