neykov commented on this pull request.
> + <false/> + <key>UserName</key> + <string>$USER</string> + <key>GroupName</key> + <string>daemon</string> + <key>StandardOutPath</key> + <string>/Users/$USER/.polipo/polipo.log</string> + <key>StandardErrorPath</key> + <string>/Users/$USER/.polipo/polipo.log</string> +</dict> +</plist> +``` + +* `sudo chown root:wheel /Library/LaunchDaemons/fr.jussieu.pps.polipo.plist` +* `sudo chmod 755 /Library/LaunchDaemons/fr.jussieu.pps.polipo.plist` +* `sudo launchctl -w load /Library/LaunchDaemons/fr.jussieu.pps.polipo.plist` it's `sudo launchctl load -w` - updated the README and suggested a change in the linked SO answer. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/160