supervisord_eu.conf 210 B

12345678
  1. [program:ASJServer]
  2. directory=/web/ASJServer
  3. command=gunicorn -w 130 -b0.0.0.0:8000 -t 60 --worker-class=gevent Ansjer.us_config.formal_wsgi
  4. startsecs=0
  5. stopwaitsecs=0
  6. autostart=true
  7. autorestart=true
  8. user=root