Merge pull request #14 from jbarlow-mcafee/set-redis-conf-in-supervisord

Pass redis conf file to redis-server program in supervisord.conf and set the working directory to /var/lib/redis

Thanks to @jbarlow-mcafee for discovering this!
pull/4/head
Ventz Petkov 2018-04-10 16:32:52 -04:00 committed by GitHub
commit c3d60977c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ command=/usr/bin/mysqld_safe
[program:redis-server]
process_name = redis-server
directory = /etc/redis
command=/usr/bin/redis-server
directory = /var/lib/redis
command=/usr/bin/redis-server /etc/redis/redis.conf
user=redis
[program:apache2]