Module startup

Module startup 

Source
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.