debian: sync gunicorn timeout of systemd unit with init.d script (#29533)

This commit is contained in:
Frédéric Péters 2019-01-07 15:56:30 +01:00
parent 277afc5a2d
commit e966f15556
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ExecStart=/usr/bin/gunicorn \
--bind unix:/run/%p/%p.sock \
--worker-class=sync \
--workers 5 \
--timeout=30 \
--timeout=60 \
--name %p \
authentic2.wsgi:application
ExecReload=/bin/kill -HUP $MAINPID