Projet

Général

Profil

0001-debian-authentic2.service-use-full-path-in-ExecStart.patch

Christophe Siraut, 11 mai 2020 11:03

Télécharger (865 octets)

Voir les différences:

Subject: [PATCH] debian/authentic2.service: use full path in ExecStart

 debian/authentic2.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
debian/authentic2.service
10 10
Group=authentic2
11 11
ExecStartPre=/usr/bin/authentic2-manage migrate --noinput
12 12
ExecStartPre=/usr/bin/authentic2-manage collectstatic --noinput
13
ExecStart=python2 -m gunicorn.app.wsgiapp \
13
ExecStart=/usr/bin/python2 -m gunicorn.app.wsgiapp \
14 14
          --bind unix:/run/%p/%p.sock \
15 15
          --worker-class=sync \
16 16
          --workers 5 \
17
-