summaryrefslogtreecommitdiff
path: root/antiquitysort.service
diff options
context:
space:
mode:
Diffstat (limited to 'antiquitysort.service')
-rw-r--r--antiquitysort.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/antiquitysort.service b/antiquitysort.service
new file mode 100644
index 0000000..b03cd36
--- /dev/null
+++ b/antiquitysort.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=antiquity
+After=network.target
+
+[Service]
+Type=simple
+Restart=on-failure
+ExecStart=/srv/antiquitysort/antiquitysort-exe
+WorkingDirectory=/srv/antiquitysort/
+
+[Install]
+WantedBy=multi-user.target