aboutsummaryrefslogtreecommitdiff
path: root/map.node5.net.service
diff options
context:
space:
mode:
Diffstat (limited to 'map.node5.net.service')
-rw-r--r--map.node5.net.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/map.node5.net.service b/map.node5.net.service
new file mode 100644
index 0000000..dcca95c
--- /dev/null
+++ b/map.node5.net.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=uWSGI instance to serve map.node5.net
+After=network.target
+
+[Service]
+User=map
+Group=www-data
+WorkingDirectory=/opt/map
+Environment="PATH=/opt/map/venv/bin"
+ExecStart=/opt/map/venv/bin/uwsgi --ini uwsgi.ini
+
+[Install]
+WantedBy=multi-user.target \ No newline at end of file