summarylogtreecommitdiffstats
path: root/service
diff options
context:
space:
mode:
authorSefa Eyeoglu2020-01-02 13:44:44 +0100
committerSefa Eyeoglu2020-01-02 13:44:44 +0100
commit8463f18c7cc23b66870679462e8521c2d3d23e2c (patch)
treebbdcd8da7f1c7f0cca9ad31d360513b729d79150 /service
parentcfe5175c2b130a5a07ad44f31914e96d77dcc10f (diff)
downloadaur-8463f18c7cc23b66870679462e8521c2d3d23e2c.tar.gz
upgpkg: tshock 14.3.26-1
upstream release Update to 4.3.26. Switch to building instead of downloading binary
Diffstat (limited to 'service')
-rw-r--r--service12
1 files changed, 12 insertions, 0 deletions
diff --git a/service b/service
new file mode 100644
index 000000000000..42042b298948
--- /dev/null
+++ b/service
@@ -0,0 +1,12 @@
+[Unit]
+Description=TShock Terraria server.
+
+[Service]
+Type=forking
+User=terraria
+Group=terraria
+ExecStart=/usr/bin/tshock start %i
+ExecStop=/usr/bin/tshock stop %i
+
+[Install]
+WantedBy=multi-user.target