Skip to content

Instantly share code, notes, and snippets.

@gorakhargosh
Created August 2, 2011 02:55
Show Gist options
  • Select an option

  • Save gorakhargosh/1119504 to your computer and use it in GitHub Desktop.

Select an option

Save gorakhargosh/1119504 to your computer and use it in GitHub Desktop.
/Library/LaunchDaemons/polipo.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>polipo</string>
<key>Program</key>
<string>/usr/local/bin/polipo</string>
<key>Nice</key>
<integer>-10</integer>
<key>RunAtLoad</key>
<true/>
<key>ServiceDescription</key>
<string>polipo proxy server daemon</string>
<key>KeepAlive</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment