码迷,mamicode.com
首页 > 系统相关 > 详细

supervisor进程管理

时间:2016-06-25 12:09:59      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:

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进程管理

标签:

原文地址:http://www.cnblogs.com/alangwansui/p/5238130.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!