Skip to main content

run

Function run 

Source
pub fn run(loaded: &Loaded, args: &[String], env: &[(String, String)]) -> i32
Expand description

Start the runtime for a loaded configuration and block until it stops. Returns the process exit code: startup failures report before the loop is entered, so a non-zero return here is always a refusal to run rather than a partially started daemon.