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