about summary refs log tree commit diff stats
path: root/salaryman.toml
diff options
context:
space:
mode:
Diffstat (limited to 'salaryman.toml')
-rw-r--r--salaryman.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/salaryman.toml b/salaryman.toml
new file mode 100644
index 0000000..b09acd4
--- /dev/null
+++ b/salaryman.toml
@@ -0,0 +1,15 @@
+address = "0.0.0.0"
+port = 8080
+
+[[service]]
+name = "minecraft"
+command = "java"
+args = "-jar minecraft_server.jar"
+directory = "/minecraft/data"
+autostart = false
+
+[[service]]
+name = "derpcraft"
+command = "java"
+args = "-jar minecraft_server.jar"
+autostart = true