Skip to content

Instantly share code, notes, and snippets.

@eka
Created June 6, 2013 11:51
Show Gist options
  • Save eka/5720977 to your computer and use it in GitHub Desktop.
Save eka/5720977 to your computer and use it in GitHub Desktop.
redis supervisord config file
[program:redis]
command=/usr/local/bin/redis-server /etc/redis.conf
autorestart=true
stdout_logfile=/var/log/redis.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment