supervisor 'can't find command ../bin/gunicorn', что делать?

файл djngtest в conf.d:

[program:djngtest]
command=home/andreyj/projects/proj1/mvenv/bin/gunicorn djngtest.wsgi -c home/andreyj/projects/proj1/djngtest/djngtest/gunicorn.conf.py

directory=home/andreyj/projects/proj1/djngtest/
user=nobody
autostart=true
autorestart=true
redirect_stderr=true

команды в supervisor:

supervisor> reread
supervisor> update 
supervisor> status djngtest   

на что получаю:

djngtest                         BACKOFF   can't find command 'home/andreyj/projects/proj1/mvenv/bin/gunicorn'

уже хз что делать помогите плиз.


Ответы (0 шт):