MESH_PROC_LAUNCHER_KIND

Static MESH_PROC_LAUNCHER_KIND 

Source
pub static MESH_PROC_LAUNCHER_KIND: Key<String>
Expand description

Which builtin process launcher backend to use. Accepted values: “native” (default), “systemd”. Trimmed and lowercased before matching.

Precedence: Python spawner (via SetProcSpawner) overrides this.