[DiscordArchive] Anyone got a good python script that works in windows that can send commands and do automated restar
[DiscordArchive] Anyone got a good python script that works in windows that can send commands and do automated restar
Archived author: DOKDOR • Posted: 2025-09-27T23:39:31.623000+00:00
Original source
Or tell my friends who play tarkov to bounce and move to Linux. There is a docker file for it so I guess I could attempt to run them both on Linux.
Archived author: Revision • Posted: 2025-09-27T23:41:09.638000+00:00
Original source
That should work, though I always recommend running the process in a bash script with a for loop that'll break if server shutdown is used and not set the container to automatically restart. That's kind of how I do it with screen. If I send `server shutdown` it'll shut down, if I use restart or it crashes it'll restart.