File: run_uwsgi

package info (click to toggle)
python-gevent 25.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,036 kB
  • sloc: python: 170,894; ansic: 82,360; sh: 6,265; makefile: 1,550; javascript: 108
file content (3 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download | duplicates (8)
1
2
3
#!/bin/sh
# see http://projects.unbit.it/uwsgi and http://projects.unbit.it/uwsgi/wiki/Gevent
exec uwsgi --loop gevent --http-socket :8000 --module application --async 1000