When I auto-start Supervisord on boot, the [program:start_gunicorn] don't start
- by Charlesliam
The [program:start_gunicorn] is running with no error when I manually start supervisord with this setup.
[program:start_gunicorn]
command=/env/nafd/bin/gunicorn_start
priority=1
autostart=true
autorestart=unexpected
user=nafd_it
redirect_stderr=true …