We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae1ee8 commit 54d3d8aCopy full SHA for 54d3d8a
src/lib.rs
@@ -86,6 +86,7 @@ const ENV_SYSTEMD_PID: &str = "LISTEN_PID";
86
const REBIND_SYSTEMD_PID: &str = "auto";
87
88
/// Settings for graceful restarts
89
+#[non_exhaustive]
90
pub struct RestartConfig {
91
/// Enables the restart coordination socket for graceful restarts as an alternative to a Unix signal.
92
pub enabled: bool,
0 commit comments