]>
Commit | Line | Data |
---|---|---|
d1e348cf A |
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>Label</key> | |
6 | <string>com.apple.racoon</string> | |
7 | <key>Program</key> | |
8 | <string>/usr/sbin/racoon</string> | |
9 | <key>RunAtLoad</key> | |
10 | <false/> | |
11 | <key>KeepAlive</key> | |
12 | <false/> | |
13 | <key>UserName</key> | |
14 | <string>root</string> | |
15 | <key>Sockets</key> | |
16 | <dict> | |
17 | <key>Listeners</key> | |
18 | <dict> | |
19 | <key>SockFamily</key> | |
20 | <string>Unix</string> | |
21 | <key>SockPathMode</key> | |
22 | <integer>384</integer> | |
23 | <key>SockPathName</key> | |
24 | <string>/tmp/racoon/vpncontrol.sock</string> | |
25 | </dict> | |
26 | </dict> | |
27 | </dict> | |
28 | </plist> |