summarylogtreecommitdiffstats
path: root/sponge-vanilla.service
diff options
context:
space:
mode:
authorBuildTools2020-07-21 16:59:28 +1200
committerBuildTools2020-07-21 16:59:28 +1200
commitbcc5784dec8df319f9f5bb38debe582a9fbc7ae7 (patch)
tree8876f46c79cb10fc6b3e798cc3356643d6825c03 /sponge-vanilla.service
downloadaur-bcc5784dec8df319f9f5bb38debe582a9fbc7ae7.tar.gz
Added Sponge Vanilla
Diffstat (limited to 'sponge-vanilla.service')
-rw-r--r--sponge-vanilla.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/sponge-vanilla.service b/sponge-vanilla.service
new file mode 100644
index 000000000000..deca124d94d8
--- /dev/null
+++ b/sponge-vanilla.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Sponge Vanilla Server
+After=local-fs.target network.target multi-user.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/sponge-vanilla start
+ExecStop=/usr/bin/sponge-vanilla stop
+User=sponge-vanilla
+Group=sponge-vanilla
+
+[Install]
+WantedBy=multi-user.target