www/py-gunicorn: Fix rc script

main
Muhammad Moinur Rahman 2024-05-03 00:15:46 +02:00
parent 399d032b35
commit 98fe1eed93
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= gunicorn
DISTVERSION= 22.0.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -20,7 +20,7 @@ rcvar=gunicorn_enable
load_rc_config $name
: ${gunicorn_enable:=NO}
: ${gunicorn_config=%%PREFIX%%/gunicorn/gunicorn.conf.py}
: ${gunicorn_config=%%PREFIX%%/etc/gunicorn/gunicorn.conf.py}
: ${gunicorn_user=%%USERS%%}
: ${gunicorn_group=%%GROUPS%%}