sudo systemctl is-active gunicorn failed code example
Example: Failed to start gunicorn daemon ubuntu
sudo systemctl enable gunicorn.service
sudo systemctl start gunicorn.socket
sudo systemctl status gunicorn.service
sudo systemctl enable gunicorn.service
sudo systemctl start gunicorn.socket
sudo systemctl status gunicorn.service