From c237be6604af3a4b5ed91dd2ab80bdce1c6528de Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 4 Jun 2026 13:54:50 -0700 Subject: [PATCH] C2(hephd-self-update): close self-restart-after-update Restarter + ProcessRestarter wired: install then exit(0) so the service manager respawns the new binary; restart only on a successful install. Unit-tested via injection. --- docs/how-to/self-update/self-restart-after-update.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/how-to/self-update/self-restart-after-update.md b/docs/how-to/self-update/self-restart-after-update.md index f3efc42..1f95128 100644 --- a/docs/how-to/self-update/self-restart-after-update.md +++ b/docs/how-to/self-update/self-restart-after-update.md @@ -3,7 +3,6 @@ title: Self-restart after update modified: 2026-06-04 tags: - how-to -status: active requires: - cargo-install-from-tag - service-respawn-on-clean-exit