Skip to main content

spawn_sync_daemon_with_inheritance

Function spawn_sync_daemon_with_inheritance 

Source
pub fn spawn_sync_daemon_with_inheritance(
    command: &mut Command,
    stdio: DaemonStdio<'_>,
    environment: SyncEnvironment,
    _breakaway: bool,
    inheritance: DaemonExecInheritance,
) -> Result<DaemonChild>