pub async fn run_headless(cfg: DaemonRunConfig) -> Result<()>Expand description
Runs the daemon headlessly (no tray).
Builds the registry and serves until a signal or daemon stop. The default
daemon run path on every platform, and the only path when the menu-bar
feature is off.