pub fn spawn_daemon_process(config: &DaemonSpawnConfig) -> Result<Child, Error>Expand description
Spawn the daemon as a detached background process
ยงArguments
config- Configuration for the daemon process
Returns the spawned child process handle, or an error if spawning fails.