brew install supervisor
==> Downloading https://homebrew.bintray.com/bottles/supervisor-3.3.4.mojave.bottle.tar.gz
######################################################################## 100.0%
==> Pouring supervisor--3.3.4.mojave.bottle.tar.gz
==> Caveats
To have launchd start supervisor now and restart at login:
brew services start supervisor
Or, if you don't want/need a background service you can just run:
supervisord -c /usr/local/etc/supervisord.ini
==> Summary
? /usr/local/Cellar/supervisor/3.3.4: 573 files, 7.1MB
/usr/local/etc/supervisor.d/redis6379.ini
[program:redis6379]
command=./src/redis-server ./redis.conf
directory=/Volumes/Applications/redis/redis-2.8.17
stdout_logfile=/Volumes/Applications/redis/log/redis.log
stderr_logfile=/Volumes/Applications/redis/log/redis.log
brew services restart supervisor