Gunicorn starting issue. failed to execute env/bin/gunicorn file . #2979
aurummedical
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to active gunicorn but it's coming with this error.
Gunicorn service code:
[Unit]
Description=gunicorn daemon
Requires=gunicorn.socket
After=network.target
[Service]
User=ubuntu
Group=www-data
WorkingDirectory=/home/ubuntu/aurumproject
ExecStart=/home/ubuntu/aurumproject/aurumenv/bin/gunicorn
--access-logfile -
--workers 3
--bind unix:/run/gunicorn.sock
aurummedical.wsgi:application
[Install]
WantedBy=multi-user.target
Could you help me guys what is issue with env gunicorn file?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions