Skip to content

Instantly share code, notes, and snippets.

@holin
Created November 22, 2013 00:20
Show Gist options
  • Save holin/7592442 to your computer and use it in GitHub Desktop.
Save holin/7592442 to your computer and use it in GitHub Desktop.
LaunchAgents
<?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>KeepAlive</key>
<true/>
<key>Label</key>
<string>com.holin.shadowsocks</string>
<key>Program</key>
<string>/usr/local/bin/sslocal</string>
<key>RunAtLoad</key>
<true/>
<key>WorkingDirectory</key>
<string>/Users/holin/Dropbox/data/HoLin</string>
<key>StandardErrorPath</key>
<string>/tmp/shadowsocks.error.log</string>
<key>StandardOutPath</key>
<string>/tmp/shadowsocks.log</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment