Skip to content

Commit

Permalink
www/py-gunicorn: Fix rc script
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed May 2, 2024
1 parent 399d032 commit 98fe1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions www/py-gunicorn/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= gunicorn
DISTVERSION= 22.0.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
2 changes: 1 addition & 1 deletion www/py-gunicorn/files/gunicorn.in
Original file line number Diff line number Diff line change
Expand Up @@ -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%%}

Expand Down

0 comments on commit 98fe1ee

Please sign in to comment.