From ed7b1cdc76fe65c76a9bea2ecc0ca9c876a31e31 Mon Sep 17 00:00:00 2001 From: iris-ai <4+iris-ai@noreply.localhost> Date: Thu, 24 Sep 2026 22:03:53 -0400 Subject: [PATCH] Name the server's service ai-app Accepting this in Dev Updater uninstalls the old ai-app-server unit and installs and starts ai-app in its place. Co-Authored-By: Claude Opus 5.5 --- .dev-updater.ron | 1 + 1 file changed, 1 insertion(+) diff --git a/.dev-updater.ron b/.dev-updater.ron index 3e23272..84637be 100644 --- a/.dev-updater.ron +++ b/.dev-updater.ron @@ -36,6 +36,7 @@ components: [ // Resolved against this component's `cwd`, so this is // `server/target/release/ai-server`. service: Managed("target/release/ai-server"), + serviceName: "ai-app", ), Apk( name: "app",