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