Files
i2p.i2p/installer/resources/net.i2p.router.plist.template
2013-04-29 16:54:36 +00:00

32 lines
912 B
XML

<?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>Label</key>
<string>net.i2p.router</string>
<key>OnDemand</key>
<false/>
<key>StandardOutPath</key>
<string>~/Library/Application Support/i2p/wrapper.log</string>
<key>StandardErrorPath</key>
<string>~/Library/Application Support/i2p/wrapper.log</string>
<key>ProgramArguments</key>
<array>
<string>COMMAND</string>
<string>console</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>UserName</key>
<string>USERNAME</string>
<key>ServiceDescription</key>
<string>I2P Router service</string>
<key>Disabled</key>
<false/>
<key>WorkingDirectory</key>
<string>I2PPATH</string>
</dict>
</plist>