forked from pool/python-HyperKitty
- Added hyperkitty-qcluster.service - Added hyperkitty-runjob.service and hyperkitty-runjob.timer - Create a HyperKitty-web package with webroot files - Create a HyperKitty-web-uwsgi with uwsgi configuration - Added postorius-settings.patch * Sets the FHS default paths - Added hyperkitty-fix-tests.patch * Make migration compatible with django >= 3.1 - Added rpmlint config OBS-URL: https://build.opensuse.org/request/show/856002 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-HyperKitty?expand=0&rev=27
18 lines
281 B
Plaintext
18 lines
281 B
Plaintext
[uwsgi]
|
|
#plugin = apparmor
|
|
#apparmor-hat = hyperkitty
|
|
|
|
uid = hyperkitty
|
|
gid = hyperkitty
|
|
|
|
processes = 1
|
|
threads = 25
|
|
|
|
socket = /run/uwsgi/uwsgi-hyperkitty.sock
|
|
chmod-socket = 660
|
|
chown-socket = wwwrun:www
|
|
|
|
plugin = python3
|
|
chdir = /srv/www/webapps/mailman/hyperkitty
|
|
module = wsgi
|