supervisor进程管理

Posted 联系作者

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了supervisor进程管理相关的知识,希望对你有一定的参考价值。

install :  apt-get install supervisor

 

crete  a  xxxx.conf  file at   /etc/supervisor/conf.d

the content like this:

====

[program:app_name]
command= python odoo.py -c local.conf
directory=/home/jon/workspace/odoo9
user=jon
autorestart=true  

=====

sudo supervisorctl reload                    # to reload the conf info

sudo supervisorctl start app_name      # to start the  [program:app_name]

 

如果OK, 测试 kill 掉odoo进程,发现会立即自动重启

 

以上是关于supervisor进程管理的主要内容,如果未能解决你的问题,请参考以下文章

supervisor进程管理程序

supervisor进程管理

Supervisor 后台进程管理

supervisor管理进程 superlance对进程状态报警

supervisor进程管理工具

supervisor进程管理工具