Skip to content

Instantly share code, notes, and snippets.

@zacharydanger
Created May 15, 2012 21:13
Show Gist options
  • Save zacharydanger/2705192 to your computer and use it in GitHub Desktop.
Save zacharydanger/2705192 to your computer and use it in GitHub Desktop.
redis-server plist for os x
<?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>io.redis.redis-server</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/redis-server</string>
<string>/etc/redis/redis.conf</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment