pub fn run_daemon(selfcheck_marker: Option<PathBuf>) -> Result<()>Expand description
Run the gateway daemon: rename the process, detach from the controlling
terminal, and serve until ShutdownGateway. selfcheck_marker is a
test-only path written with the platform’s detachment proof once bound.