peach-dyndns-server/devops/templates/hello_webapp.conf

10 lines
206 B
Plaintext

description "uWSGI server instance configured to serve hello_webapp"
start on runlevel [2345]
stop on runlevel [!2345]
setuid wsgi-user
setgid webgroup
chdir {{src_dir}}
exec uwsgi --ini hello_webapp.ini