imcrazytwkr

Redis config for supervisor

Jun 24th, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [program:redis]
  2. command         = /usr/local/bin/redis-server redis.conf
  3. directory       = /opt/redis
  4. autostart       = true
  5. autorestart     = true
  6. user            = redis
  7. stdout_logfile  = /var/log/redis/stdout.log
  8. stderr_logfile  = /var/log/redis/stderr.log
Advertisement
Add Comment
Please, Sign In to add comment