Function supervisor_rs::server::start_new_server[][src]

pub fn start_new_server(config_path: &str) -> Result<Kindergarten>

Receive server config and start a new server New server including:

  1. a way receive command from client //move to start_deamon
  2. first start will start all children in config path
  3. then keep listening commands and can restart each of them //move to start deamon