#!/bin/sh # For mlock support ulimit -l unlimited ./wgrest --static-auth-token "secret" --listen "0.0.0.0:7860" #python -B api1.py #gunicorn --bind 0.0.0.0:7860 wsgi:app