Why would one build supervisord inside of a buildout?
Posted
by chiggsy
on Stack Overflow
See other posts from Stack Overflow
or by chiggsy
Published on 2010-05-02T04:18:09Z
Indexed on
2010/05/02
4:27 UTC
Read the original article
Hit count: 333
I've seen buildout recipes that build supervisor into the buildout, I suppose to control the daemons inside. However, it seems to me that one would still need something in /etc/init.d ( for example ) to run said supervisor instance on boot.
So, why build supervisor inside the buildout? Why not install it system wide and just make a config file for the daemons involved inside?
© Stack Overflow or respective owner