From 141e546e1d7a8385817b3edb46bd91b502563cd9 Mon Sep 17 00:00:00 2001 From: yuzu Date: Tue, 8 Jul 2025 07:12:59 +0000 Subject: working proof of concept -- minecraft git-svn-id: svn+ssh://diminuette.aengel.lesbianunix.dev/salaryman/trunk@9 b9215c17-b818-4693-b096-d1e41a411fef --- salaryman.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'salaryman.toml') diff --git a/salaryman.toml b/salaryman.toml index 91cfe9b..0e0e8fc 100644 --- a/salaryman.toml +++ b/salaryman.toml @@ -2,9 +2,9 @@ address = "0.0.0.0" port = 8080 [[service]] -name = "cattest" -command = "cat" -args = "/var/log/messages" -directory = "/" +name = "minecraft" +command = "java" +args = "-jar server.jar nogui" +directory = "/minecraft/data" autostart = true -- cgit 1.4.1-2-gfad0