From 6a35f48458546630e92ea5fb9c52ede738a0f02c Mon Sep 17 00:00:00 2001 From: iris Date: Fri, 5 Jun 2026 13:53:18 +0200 Subject: [PATCH] fix(sh4re): add blank doc comment line to fix clippy doc_lazy_continuation --- hive-sh4re/src/priv_proto.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/hive-sh4re/src/priv_proto.rs b/hive-sh4re/src/priv_proto.rs index e9300954..acf8961d 100644 --- a/hive-sh4re/src/priv_proto.rs +++ b/hive-sh4re/src/priv_proto.rs @@ -193,6 +193,7 @@ pub enum PrivRequest { /// - `active` → `systemctl reload nginx` (SIGHUP, zero-downtime) /// - `failed` → `systemctl reset-failed nginx` + `systemctl start nginx` /// - otherwise → `systemctl start nginx` + /// /// Requires root: `--machine=hive-gateway` enters the container /// namespace via the machine bus (forbidden for unprivileged users). ReloadGatewayNginx,