aboutsummaryrefslogtreecommitdiff
path: root/misc/curie.service
diff options
context:
space:
mode:
Diffstat (limited to 'misc/curie.service')
-rw-r--r--misc/curie.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/curie.service b/misc/curie.service
new file mode 100644
index 0000000..ab998d8
--- /dev/null
+++ b/misc/curie.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=gunicorn daemon
+After=network.target
+
+[Service]
+User=ubuntu
+Group=ubuntu
+WorkingDirectory=/home/ubuntu/Curie-Web
+ExecStart=/usr/bin/gunicorn api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:7589"
+
+[Install]
+WantedBy=multi-user.target