如何通过AWS EC2重新启动来重新启动uwsgi容器

时间:2013-01-13 18:38:00

标签: amazon-ec2 centos uwsgi

我在CentOS EC2实例上安装了nginx和uwsgi。

当我从AWS控制面板重新启动计算机时,Nginx成功重启。

Uwsgi没有。

我必须使用'sudo /etc/init.d/uwsgi start'登录并重新启动它,然后一切都很好。当然,我可以在作为服务运行时注销。

登录以完成重启过程显然不是最理想的。

但我认为配置正确。

当我执行chkconfig时,我看到:

uwsgi           0:off   1:off   2:on    3:on    4:on    5:on    6:off

如果我查看/etc/init.d/uwsgi中的文件,文件顶部会显示:

#!/bin/bash
# uwsgi - Use uwsgi to run python and wsgi web apps.
#
# chkconfig: 2345 85 15
# description: Use uwsgi to run python and wsgi web apps.
# processname: uwsgi

感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

通常建议使用Supervisor to control uwsgi