Added footer placeholder and seperate footer file
[flowspy] / poller / run_uwsgi
1 #!/bin/sh
2 # see http://projects.unbit.it/uwsgi and http://projects.unbit.it/uwsgi/wiki/Gevent
3 exec uwsgi --loop gevent --http-socket :8000 --module application --async 1000