When configuring the file.conf
path: sudo nano /etc/supervisor/conf.d/facturaempresa.conf
[program:facturaempresa]
command=/home/user/bin/gunicorn_start
user=user
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/home/user/logs/gunicorn-error.log
When executing the following commands
sudo supervisorctl reread
sudo supervisorctl update
sudo supervisorctl status facturaempresa
the terminal shows the following error
facturaempresa FATAL Exited too quickly (process log may have details)
Am I using Ubuntu 16.04.5 x64, django2.0 with python3 gungin nginx in digital ocean, any ideas to correct the configuration error?