first commit

This commit is contained in:
2024-12-06 05:52:08 -05:00
commit c03877d469
20 changed files with 688 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"apps": [
{
"name": "MineCraft Server",
"cwd": "/home/mc/minecraft",
"script": "java -Xms1400M -Xmx4096M -jar server.jar --nogui",
"args": "",
"max_restarts": 5
}
]
}