webuser.sh 118 B

123
  1. #!/bin/bash
  2. cd /path/to/project
  3. exec /path/to/project/env/bin/gunicorn core.wsgi:application -c core/conf_gunicorn.py