summaryrefslogtreecommitdiff
path: root/forbidden-salamanders.service
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-08-24 16:33:18 -0400
committercyfraeviolae <cyfraeviolae>2022-08-24 16:33:18 -0400
commit1727990f45e5666abcadd2d21c4a0ef910505e58 (patch)
treebef7944434713449bd4cb361d649fc39076bf3ad /forbidden-salamanders.service
parent7872bbcaf421bbb2fd3ab5fb1283e9cb8282a02f (diff)
reqs
Diffstat (limited to 'forbidden-salamanders.service')
-rw-r--r--forbidden-salamanders.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/forbidden-salamanders.service b/forbidden-salamanders.service
new file mode 100644
index 0000000..01a7304
--- /dev/null
+++ b/forbidden-salamanders.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=forbidden-salamanders
+After=network.target
+
+[Service]
+Type=simple
+Restart=on-failure
+ExecStart=/srv/forbidden-salamanders/venv/bin/waitress-serve --host 127.0.0.1 --port 9010 app:app
+WorkingDirectory=/srv/forbidden-salamanders/
+
+[Install]
+WantedBy=multi-user.target