fix(sh4re): add blank doc comment line to fix clippy doc_lazy_continuation
This commit is contained in:
parent
058035d10a
commit
6a35f48458
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue