I am trying to deploy a basic application to Amazon EC2 using Django, Gunicorn, and Nginx. I have the app git c
Amazon EC2
Django
Gunicorn
Nginx
git c
Since Ubuntu 15.04 upstart has been replaced by systemd. You need to create a file /etc/systemd/gunicorn.service, which has a different syntax than the upstart file. The FAQ can get you started, and the reference is man systemd.service.
upstart
systemd
/etc/systemd/gunicorn.service
man systemd.service