Replace gunicorn with uwsgi, use persistent db connections #90
@ -10,8 +10,6 @@ ExecStart={{ dir.source }}/.venv/bin/uwsgi --ini /etc/uwsgi/{{ service_name }}.i
|
|||||||
Restart=always
|
Restart=always
|
||||||
KillSignal=SIGQUIT
|
KillSignal=SIGQUIT
|
||||||
Type=notify
|
Type=notify
|
||||||
StandardError=syslog
|
|
||||||
StandardOutput=syslog
|
|
||||||
SyslogIdentifier={{ service_name }}
|
SyslogIdentifier={{ service_name }}
|
||||||
NotifyAccess=all
|
NotifyAccess=all
|
||||||
WorkingDirectory={{ dir.source }}
|
WorkingDirectory={{ dir.source }}
|
||||||
|
Loading…
Reference in New Issue
Block a user