<div dir="ltr"><div>FYI some of the stanzas for the upstart config described in the documentation are not supported in RHEL base installs of upstart (I'm using CentOS 6.4 with upstart 0.6).  This basic config is working for me (may need to be modified further for production).<br>
<br><br>###################<br><br>start on runlevel [2345]<br>stop on runlevel [!2345]<br><br>respawn<br><br>chdir /var/www/html/orthodirect_dev/mapproxy<br>exec /usr/bin/gunicorn -k eventlet -w 8 -b localhost:8181 config:application<br>
<br>#####################<br><br><br></div>Regards<br></div>