add setState command, detect crashed/stopped servers periodically

This commit is contained in:
2026-06-12 00:01:23 +02:00
parent 0bbb8b3245
commit 5125aed0da
4 changed files with 54 additions and 2 deletions

View File

@ -4,6 +4,7 @@ pub mod remove;
pub mod ls;
pub mod start;
pub mod stop;
pub mod set_state;
pub mod env_settings;