mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[mailman3] Fix mailmanweb not starting
Remove the `--log-level=debug` as this is causing failure when starting mailmanweb service. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -11,5 +11,5 @@ Type=simple
|
||||
User=mailman
|
||||
Group=mailman
|
||||
WorkingDirectory=/etc/mailman3
|
||||
ExecStart=/usr/bin/gunicorn --max-requests 50000 --timeout 1000 --workers={{ mailman_gunicorn_workers }} --log-devel=debug --forwarded-allow-ips="*" mailman_web.wsgi
|
||||
ExecStart=/usr/bin/gunicorn --max-requests 50000 --timeout 1000 --workers={{ mailman_gunicorn_workers }} --forwarded-allow-ips="*" mailman_web.wsgi
|
||||
ExecStop=/bin/kill -s TERM $MAINPID
|
||||
|
||||
Reference in New Issue
Block a user