From b2e6712dd2481cf334a134d5ac78164c9a914e9b Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Sat, 6 Jun 2026 18:06:33 +0200 Subject: [PATCH] =?UTF-8?q?docs(app):=20fill=20service:=20block=20?= =?UTF-8?q?=E2=80=94=20systemd-user,=20Restart=3Dalways,=20LAN-reachable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit membershipd now ships as a systemd user service (unit unibus-membershipd.service, restart_policy always, runtime systemd-user). is_local_only flips to false since --bind 0.0.0.0 makes both planes LAN-reachable. fn doctor services-spec: OK, no drift. Co-Authored-By: Claude Opus 4.8 (1M context) --- app.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app.md b/app.md index 783f9b08..a45b1cb5 100644 --- a/app.md +++ b/app.md @@ -22,13 +22,13 @@ service: port: 8470 health_endpoint: /healthz health_timeout_s: 3 - systemd_unit: null - systemd_scope: null - restart_policy: none - runtime: manual + systemd_unit: unibus-membershipd.service + systemd_scope: user + restart_policy: always + runtime: systemd-user pc_targets: - lucas-linux - is_local_only: true + is_local_only: false e2e_checks: - id: build cmd: "CGO_ENABLED=0 go build ./..."