4 lines
132 B
Bash
Executable File
4 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
cd /opt/kjv-api
|
|
uwsgi_python312 --http-socket :1611 --wsgi-file /opt/kjv-api/app.py --callable app --stats 127.0.0.1:9191
|