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 <noreply@anthropic.com>
This commit is contained in:
iris-aiandClaude Opus 5.5 committed 2026-09-24 22:03:53 -04:00
1 parent 7371af8e36
commit ed7b1cdc76
1 file changed
+1
+1
View File
@@ -36,6 +36,7 @@ components: [
// Resolved against this component's `cwd`, so this is // Resolved against this component's `cwd`, so this is
// `server/target/release/ai-server`. // `server/target/release/ai-server`.
service: Managed("target/release/ai-server"), service: Managed("target/release/ai-server"),
serviceName: "ai-app",
), ),
Apk( Apk(
name: "app", name: "app",