diff options
Diffstat (limited to 'src/niri.rs')
| -rw-r--r-- | src/niri.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/niri.rs b/src/niri.rs index 9a8dcac3..a7dbfb54 100644 --- a/src/niri.rs +++ b/src/niri.rs @@ -185,7 +185,7 @@ impl Niri { zbus_conn = Some(conn); // Notify systemd we're ready. - if let Err(err) = sd_notify::notify(false, &[NotifyState::Ready]) { + if let Err(err) = sd_notify::notify(true, &[NotifyState::Ready]) { warn!("error notifying systemd: {err:?}"); }; } |
