A Python port of the Invisible Internet Project (I2P)
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.i2p.router</string>
7
8 <key>ProgramArguments</key>
9 <array>
10 <string>/usr/local/bin/i2p-router</string>
11 <string>--data-dir</string>
12 <string>~/Library/Application Support/I2P</string>
13 <string>--log-level</string>
14 <string>INFO</string>
15 </array>
16
17 <key>RunAtLoad</key>
18 <true/>
19
20 <key>KeepAlive</key>
21 <true/>
22
23 <key>StandardOutPath</key>
24 <string>~/Library/Logs/i2p-router.log</string>
25
26 <key>StandardErrorPath</key>
27 <string>~/Library/Logs/i2p-router-error.log</string>
28
29 <key>EnvironmentVariables</key>
30 <dict>
31 <key>I2P_DATA_DIR</key>
32 <string>~/Library/Application Support/I2P</string>
33 </dict>
34
35 <key>SoftResourceLimits</key>
36 <dict>
37 <key>NumberOfFiles</key>
38 <integer>65536</integer>
39 </dict>
40</dict>
41</plist>