Function mz_orchestrator_process::spawn_process
source ยท pub(crate) async fn spawn_process(
state_updater: &ProcessStateUpdater,
cmd: Command,
pid_file: &Path,
send_sigterm: bool,
) -> Result<ExitStatus, Error>
pub(crate) async fn spawn_process(
state_updater: &ProcessStateUpdater,
cmd: Command,
pid_file: &Path,
send_sigterm: bool,
) -> Result<ExitStatus, Error>