How to make supervisord use an INI file?

半世苍凉 提交于 2019-12-11 15:29:50

问题


v2.1

I created a /etc/supervisord.d/myapp.ini file to run my application. How do I make supervisord use this INI file?


回答1:


You have to modify the main supervisor configuration file and tell it to auto load ini files automatically. Usually it loads the *.conf files.



来源:https://stackoverflow.com/questions/48157876/how-to-make-supervisord-use-an-ini-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!