Skip to content

Instantly share code, notes, and snippets.

@ehazlett
Created February 13, 2012 15:32
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ehazlett/1817619 to your computer and use it in GitHub Desktop.
Save ehazlett/1817619 to your computer and use it in GitHub Desktop.
Redis supervisor config
[program:redis]
command=/usr/local/bin/redis-server /storage/redis_data/redis.conf
directory=/storage/redis_data
user=root
autostart=false
stopsignal=QUIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment