Replace gunicorn by uvicorn
This commit is contained in:
parent
5590308287
commit
ea4959dc44
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -1,6 +1,6 @@
|
|||
pkgname=nummi
|
||||
pkgver=0.1.0
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
pkgdesc="Web-based accounting interface"
|
||||
arch=("any")
|
||||
url="https://git.edgarpierre.fr/edpibu/nummi"
|
||||
|
|
|
@ -9,7 +9,7 @@ User=nummi
|
|||
Group=nummi
|
||||
RuntimeDirectory=nummi
|
||||
WorkingDirectory=/usr/share/webapps/nummi
|
||||
ExecStart=/usr/bin/gunicorn nummi.asgi:application
|
||||
ExecStart=/usr/bin/uvicorn nummi.asgi:application
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
KillMode=mixed
|
||||
TimeoutStopSec=5
|
||||
|
|
Loading…
Reference in a new issue