Created
May 23, 2010 18:51
-
-
Save lleger/411161 to your computer and use it in GitHub Desktop.
Revisions
-
lleger renamed this gist
May 23, 2010 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
lleger created this gist
May 23, 2010 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ <?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.redis.redis-server</string> <key>Program</key> <string>/usr/local/redis/bin/redis-server</string> <key>ProgramArguments</key> <array> <string>redis-server</string> </array> <key>RunAtLoad</key> <true/> <key>KeepAlive</key> <true/> <key>StandardErrorPath</key> <string>/var/log/redis/output.log</string> <key>StandardOutPath</key> <string>/var/log/redis/output.log</string> </dict> </plist>