diff --git a/scripts/init.d/mw.tpl b/scripts/init.d/mw.tpl index 722179492..4ba5b9339 100755 --- a/scripts/init.d/mw.tpl +++ b/scripts/init.d/mw.tpl @@ -345,7 +345,7 @@ mw_debug(){ if [ -d ${PANEL_DIR}/web ];then cd ${PANEL_DIR}/web fi - gunicorn -b :$port -w 1 app:app + gunicorn -b :$port -k eventlet -w 1 app:app }