This commit is contained in:
mco-system
2023-04-06 21:49:18 +11:00
parent 53c7e8ea1b
commit 4f767445d8
3 changed files with 29 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ run:
THSF_DIR=$$(pwd); \
echo [+] Démarrage dans $$THSF_DIR; \
. thsf_venv/bin/activate; \
thsf_venv/bin/gunicorn -D -p thsf.pid -w 4 -b 127.0.0.1:8042 'thsf:app'
sudo -u apache thsf_venv/bin/gunicorn -D -p thsf.pid -w 4 -b 127.0.0.1:8042 'thsf:app'
stop:
-set -e;\