From 0cb74adc3eaef7e272146fb2567748fb11daefd4 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Wed, 11 Mar 2026 09:28:37 +0100 Subject: [PATCH] infra: wire WEFT_RUNTIME_BIN into weft-appd service unit Sets WEFT_RUNTIME_BIN to the weft-runtime binary path so that weft-appd's runtime supervisor can spawn app processes without additional configuration. --- infra/systemd/weft-appd.service | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/systemd/weft-appd.service b/infra/systemd/weft-appd.service index 823b5c6..bae0ee9 100644 --- a/infra/systemd/weft-appd.service +++ b/infra/systemd/weft-appd.service @@ -6,11 +6,10 @@ After=weft-compositor.service servo-shell.service [Service] Type=notify +Environment=WEFT_RUNTIME_BIN=/packages/system/weft-runtime/active/bin/weft-runtime ExecStart=/packages/system/weft-appd/active/bin/weft-appd Restart=on-failure RestartSec=1s -# sd_notify(READY=1) is sent after IpcServer is bound and CompositorClient -# has connected, so downstream services can depend on the IPC socket being ready. [Install] WantedBy=graphical.target