MsRewards-Reborn/Flask/start.sh
2023-10-04 18:06:58 +02:00

6 lines
178 B
Bash

nohup bash /app/MsRewards-Reborn/sse.sh &
service grafana-server start
service nginx start
nohup redis-server &
gunicorn --reload --worker-class gevent -b 0.0.0.0:6666 'app:app'