first re-commit.

This commit is contained in:
2025-08-05 22:42:07 +02:00
commit 60ce743fc0
1736 changed files with 227235 additions and 0 deletions

15
startserver.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/sh
# create resources
ulimit -c unlimited
ulimit -n 2048
# kill old stuff
kill -9 `pidof server`
kill -9 `pidof -x restarter.sh`
# run restarter
nohup ./restarter.sh &