Skip to main content

run

Function run 

Source
pub async fn run() -> Result<()>
Expand description

Run the Astrid daemon with the given arguments.

This is the shared entry point used by both the standalone astrid-daemon binary and the astrid CLI’s bundled daemon binary.

§Errors

Returns an error if the kernel fails to boot, the CLI proxy capsule is missing, or the readiness file cannot be written.