Error on .ini file trying to run supervisord
I am trying to use http://supervisord.org/. But came across and error. I have the supervisord.conf
file in the same directory I am running this in.
I tried to run supervisord
for the first time on my OSX Lion computer and when I run it I get the error:
Error: .ini file does not include supervisord section
I installed it via easy_install
just like the instructions say. Cannot really find anything helpful in a Google search. Help and direction would be appreciated. Thank you.
Solution 1:
I figured it out. I didn't have the supervisord section in the config file. When it said .ini file, it threw me off.