ini 修改过的新应用程序:supervisor /etc/supervisor/conf.d/my_app.conf
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini 修改过的新应用程序:supervisor /etc/supervisor/conf.d/my_app.conf相关的知识,希望对你有一定的参考价值。
[program:headlines]
command = /home/work/py27/bin/gunicorn headlines:app --config /var/www/headlines/guniconf.py
directory = /var/www/headlines
user = work
autostart = true
autorestart = true
redirect_stderr = true
以上是关于ini 修改过的新应用程序:supervisor /etc/supervisor/conf.d/my_app.conf的主要内容,如果未能解决你的问题,请参考以下文章
Django uwsgi+nginx+supervisor部署
supervisor 使用实践
Supervisor安装使用
Linux centos 安装 supervisor 管理 Laravel 队列
mac配置supervisor
【转】daemon、supervisor 与php