Projet

Général

Profil

0001-debian-sync-gunicorn-timeout-of-systemd-unit-with-in.patch

Frédéric Péters, 07 janvier 2019 15:57

Télécharger (895 octets)

Voir les différences:

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

 debian/authentic2-multitenant.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
debian/authentic2-multitenant.service
14 14
          --bind unix:/run/%p/%p.sock \
15 15
          --worker-class=sync \
16 16
          --workers 5 \
17
          --timeout=30 \
17
          --timeout=60 \
18 18
          --name %p \
19 19
          authentic2.wsgi:application
20 20
ExecReload=/bin/kill -HUP $MAINPID
21
-