我是centos命令和腳本的新手。用erpnext安裝supervisord
情景: 我已經安裝ERPNEXT和工作沒關係的服務器上,但我不得不這樣做./lib/wnfy.py --serve
我想要做的就是做手工,自動啓動它使用supervisord。我安裝了gunicorn和nginx。試圖啓動supervisord這裏的錯誤:
[[email protected] etc]# chkconfig supervisord on [[email protected] etc]# service supervisord start /etc/init.d/supervisord: line 11: ./etc/rc.d/init.d/functionsprog=supervisord: No such file or directory Starting : daemon --pidfile [ -f ]/etc/init.d/supervisord: line 14: success: command not found /etc/init.d/supervisord: line 14: failure: command not found
我還不熟悉如何工作。請指教。提前致謝。
謝謝你先生的幫助。我會嘗試在Supervisord.conf中添加你的配置,看看會發生什麼。 – user3415137