WEFT_OS/crates/weft-appd
Marco Allegretti a409b954ab fix(appd): handle SIGTERM for clean shutdown under systemd
run() now registers a SIGTERM handler (unix-only, cfg-gated) alongside
the existing SIGINT handler. Both break the accept loop and allow the
Unix socket to be removed before exit.

On non-Unix targets the SIGTERM arm uses std::future::pending so the
select! shape is unchanged at the type level.
2026-03-11 11:06:01 +01:00
..
src fix(appd): handle SIGTERM for clean shutdown under systemd 2026-03-11 11:06:01 +01:00
Cargo.toml feat(appd): implement runtime supervisor with process spawning and READY signal 2026-03-11 09:17:20 +01:00