Skip to content

Instantly share code, notes, and snippets.

@trinary
Created September 21, 2011 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trinary/1232829 to your computer and use it in GitHub Desktop.
Save trinary/1232829 to your computer and use it in GitHub Desktop.
<?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>org.tokyotyrant.ttserver</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/Cellar/tokyo-tyrant/1.1.41/bin/ttserver</string>
<string>-log</string>
<string>/usr/local/var/log/ttserver.log</string>
<string>/usr/local/var/db.tch#opts=lb</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>UserName</key>
<string>rando</string>
<key>WorkingDirectory</key>
<string>/usr/local</string>
<key>StandardErrorPath</key>
<string>/usr/local/var/log/ttserver/output.log</string>
<key>StandardOutPath</key>
<string>/usr/local/var/log/ttserver/output.log</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment