Skip to main content

launch_detached

Function launch_detached 

Source
pub fn launch_detached(command: &str) -> Result<SpawnedDaemon, ClientError>
Expand description

Launch a detached shell command through the running-process daemon.

The daemon owns process tracking after launch, so this helper returns as soon as the child has been spawned and registered.