test.ini 224 B

12345678
  1. [program:test]
  2. directory = /root/project/test/project/
  3. command = /usr/bin/gunicorn -c deployment/gunicorn.conf views:app
  4. stdout_logfile = /data/log/web/test.sup.log
  5. redirect_stderr = true
  6. autostart = true
  7. autorestart = true