- python2.7 /data/seafile/seahub/thirdpart/gunicorn seahub.wsgi:application -c /data/seafile/runtime/seahub.conf -b 0.0.0.0:8000 --preload
- sleep 5
- pgrep -f seahub.wsgi:application
- printf ‘\033[33mError:Seahub failed to start.\033[m\n’
Error:Seahub failed to start. - echo ‘Please try to run “./seahub.sh start” again’
Please try to run “./seahub.sh start” again - exit 1
上面错误是什么原因?