suppervisor ERROR: CANT_REREAD: File contains no section headers.
;/etc/supervisor/conf.d/imgweb.conf
[program:imgweb]
command=/home/ejior/.virtualenvs/begin/bin/gunicorn -w 4 -b 0.0.0.0:8001 imgweb:app
directory=/home/ejior/Documents/flask/demo2
startsecs=0
stopwaitsecs=0
autostart=false
autorestart=true
stdout_logfile=/home/ejior/Documents/flask/demo2/logs/gunicorn.log
stderr_logfile=/home/ejior/Documents/flask/demo2/logs/gunicorn.err