[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:
parent
e3de4275bd
commit
a048feb1ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue