diff options
Diffstat (limited to 'salaryman.toml')
-rw-r--r-- | salaryman.toml | 8 |
1 files changed, 4 insertions, 4 deletions
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 |