mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
www/py-gunicorn: Fix rc script
This commit is contained in:
parent
399d032b35
commit
98fe1eed93
@ -1,5 +1,6 @@
|
||||
PORTNAME= gunicorn
|
||||
DISTVERSION= 22.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -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%%}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user