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 88de377 commit 6aa2e36Copy full SHA for 6aa2e36
crates/cli/src/lifecycle.rs
@@ -86,6 +86,8 @@ impl LifecycleManager {
86
let timeout = Duration::from_secs(60);
87
let task_tracker = TaskTracker::new();
88
89
+ notify(&[sd_notify::NotifyState::MainPid(std::process::id())]);
90
+
91
Ok(Self {
92
hard_shutdown_token,
93
soft_shutdown_token,
0 commit comments