1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

Replace Flask built-in WSGI server with gunicorn (#2158)

This commit is contained in:
Steve Hay
2022-09-17 08:03:16 -04:00
committed by GitHub
parent 7cda439c80
commit 3fd2e3efa9
4 changed files with 18 additions and 16 deletions

View File

@@ -4,6 +4,7 @@ After=multi-user.target
[Service]
Type=idle
IgnoreSIGPIPE=False
ExecStart=/usr/local/lib/mailinabox/start
[Install]