Hello Before asking, I checked the archives with either "debian upstrat" or "debian init" but didn't find much: http://dir.gmane.org/gmane.comp.python.wsgi.uwsgi.general
What is the right way to write an Upstart script to start/stop uwsgi on a Debian host, where the settings should be in an INI file instead? Thank you. Here's the sample from the online documentation: ================ # simple uWSGI script to start uwsgi as stand-alone web server description "uwsgi tiny instance" start on runlevel [2345] stop on runlevel [06] #Where to put myapp.ini? exec uwsgi myapp.ini ================ http://uwsgi-docs.readthedocs.org/en/latest/Upstart.html 1. Is it indeed possible to outsource settings in an INI file? 2. If yes, where should the INI file be located for Upstart to find it? Thank you. _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
