summaryrefslogtreecommitdiff
path: root/ansible/gunicorn.service.j2
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/gunicorn.service.j2')
-rw-r--r--ansible/gunicorn.service.j213
1 files changed, 0 insertions, 13 deletions
diff --git a/ansible/gunicorn.service.j2 b/ansible/gunicorn.service.j2
deleted file mode 100644
index fe9c69c..0000000
--- a/ansible/gunicorn.service.j2
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=gunicorn daemon
-After=network.target
-
-[Service]
-User=ec2-user
-Group=nginx
-WorkingDirectory=/opt/image_processor
-ExecStart=/opt/image_processor/venv/bin/gunicorn --workers 3 --bind unix:{{ app_directory }}/myapp.sock -m 007 wsgi:app
-
-[Install]
-WantedBy=multi-user.target
-