Running a supervisord daemon as non-root
There are often cases where we cannot setup a service as the root user. In those cases, it can be handy to set up supervisord
for your user.The first thing we'll need is a supervisord.conf
file. I found the following setup to work well for me: