Skip to content

Instantly share code, notes, and snippets.

@lleger
Created May 23, 2010 18:51
Show Gist options
  • Select an option

  • Save lleger/411161 to your computer and use it in GitHub Desktop.

Select an option

Save lleger/411161 to your computer and use it in GitHub Desktop.

Revisions

  1. lleger renamed this gist May 23, 2010. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. lleger created this gist May 23, 2010.
    23 changes: 23 additions & 0 deletions gistfile1.xml
    Original 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>