summaryrefslogtreecommitdiff
path: root/gunicorn1.service
diff options
context:
space:
mode:
Diffstat (limited to 'gunicorn1.service')
-rw-r--r--gunicorn1.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/gunicorn1.service b/gunicorn1.service
deleted file mode 100644
index 425c453..0000000
--- a/gunicorn1.service
+++ /dev/null
@@ -1,14 +0,0 @@
1
2[Unit]
3Description=gunicorn1
4After=network.target
5
6[Service]
7User=www-data
8Group=www-data
9WorkingDirectory=/var/www
10ExecStart=/usr/local/bin/gunicorn --workers 3 --bind 0.0.0.0:5000 app1:app
11
12[Install]
13WantedBy=multi-user.target
14