Attachment 'systemd_gunicorn.txt'
Download 1 [Unit]
2 Description=GNU Mailman web interfaces
3 After=syslog.target network.target
4
5 [Service]
6 PIDFile=/opt/mailman/mm/var/gunicorn.pid
7 WorkingDirectory=/opt/mailman/mm
8 ExecStart=/opt/mailman/mm/bin/gunicorn -c /opt/mailman/mm/gunicorn.conf wsgi:application
9 ExecReload=/bin/kill -s HUP $MAINPID
10 ExecStop=/bin/kill -s QUIT $MAINPID
11 PrivateTmp=true
12 # Change to a different user (and group) here
13 User=mailman
14 Group=mailman
15
16 [Install]
17 WantedBy=multi-user.target
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.