summaryrefslogtreecommitdiff
path: root/gunicorn1.service
diff options
context:
space:
mode:
authorhc <hc@email.ch>2024-11-20 12:51:33 +0800
committerhc <hc@email.ch>2024-11-20 12:51:33 +0800
commit853b82126baa1e8e408a10f91053c52626ffad29 (patch)
tree2fc1de9695810681ba654aab3c2a4867aacc1ac7 /gunicorn1.service
parentb1f88b682624e85b4b743343dfaaeed113b69413 (diff)
working
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 @@
-
-[Unit]
-Description=gunicorn1
-After=network.target
-
-[Service]
-User=www-data
-Group=www-data
-WorkingDirectory=/var/www
-ExecStart=/usr/local/bin/gunicorn --workers 3 --bind 0.0.0.0:5000 app1:app
-
-[Install]
-WantedBy=multi-user.target
-