Didstopia / rust-server

Provides a dedicated linux server for Rust (the game) running inside a Docker container.
MIT License
243 stars 105 forks source link

Added heartbeat_app #105

Closed Morgyn closed 2 years ago

Morgyn commented 2 years ago

Queries server after server has started, if it fails to get a response 3 times in a row it will attempt to quit the server, if that fails attempt to kill in increasing levels of force.

This is so the server will restart even if the process just hangs.