Home  >  Q&A  >  body text

python - supervisor监控py进程问题咨询

请问哪里有问题了?该怎么修正呢

PHP中文网PHP中文网2740 days ago435

reply all(3)I'll reply

  • 大家讲道理

    大家讲道理2017-04-18 10:25:47

    supervisord -c /etc/supervisord.conf will be fine

    reply
    0
  • PHPz

    PHPz2017-04-18 10:25:47

    not executable doesn’t mean it’s not executable

    Try adding executable permissions

    chmod +x manage.py 
    

    reply
    0
  • PHPz

    PHPz2017-04-18 10:25:47

    Use gunicorn to start the Django site. I will update a deployment document in vscoderecipe.rtfd.io later today. I am too busy and haven’t filled in the pit yet

    reply
    0
  • Cancelreply