summaryrefslogtreecommitdiff
path: root/antiquitysort.service
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2020-12-29 18:11:29 -0500
committercyfraeviolae <cyfraeviolae>2020-12-31 21:08:39 -0500
commitc145b805ab31ef19f4d5bd8f9a7d82c3a136e0e6 (patch)
tree2bf045c3cb5182320469354c9904447e22e57a10 /antiquitysort.service
init
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