Attachment 'lm3o_gunicorn.txt'
Download 1 # gunicorn upstart (/etc/init/gunicorn.conf)
2
3 description "gunicorn for Mailman"
4
5 start on runlevel [2345]
6 stop on runlevel [016]
7
8 respawn
9 respawn limit 10 5
10
11 setuid mailman
12 setgid mailman
13
14 chdir /opt/mailman/mailman-bundler
15
16 exec /opt/mailman/mailman-bundler/bin/gunicorn -c /opt/mailman/mailman-bundler/deployment/gunicorn.conf mailman_web.wsgi:application
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.