File size: 170 Bytes
b9bbdc8
 
 
 
bb85f58
6d0b94d
61e3b56
1
2
3
4
5
6
7
#!/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