7. Systemd service deployment #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
What to build
Package the Sidecar as a systemd service on the Main PC. This requires manual installation by the user.
llm-sidecar.service—Restart=always,WantedBy=multi-user.target. Environment variableMANIFEST_PATH=/home/bigt/AI/llm/manifest.yaml. Sidecar port configurable viaSIDECAR_PORT=8081.Restart=alwaysensures sidecar survives crashes. Sidecar auto-restarts llama-server subprocess up to 3 times (circuit breaker).systemctl daemon-reload && systemctl enable --now llm-sidecar.Acceptance criteria
llm-sidecar.serviceunit file created indeploy/directoryRestart=always)MANIFEST_PATHconfigurable via environmentsystemctl status llm-sidecarshows running after installBlocked by
User stories covered
6, 9, 10