Expand description
Startup logic.
Functionsยง
- ensure_
root - Ensure the daemon is running as root.
- get_
unix_ listener - Create a socket at the given path and bind a UnixListener to it.
- init_
tracing - Initialize tracing with the given where to write logs to.
- start_
cpu_ device_ tasks - start_
gpu_ device_ tasks - Initialize NVML and start GPU management tasks.
- start_
server_ tcp - Set up routing and start the server over TCP.
- start_
server_ uds - Set up routing and start the server on a unix domain socket.