#systemd #notifications #service #state #sending

sd-notify

Lightweight crate for systemd service state notifications

8 releases

0.4.1 Aug 31, 2022
0.4.0 Jan 12, 2022
0.3.0 Feb 25, 2021
0.2.0 Feb 18, 2021
0.1.0 Sep 22, 2019

#47 in Operating systems

Download history 43796/week @ 2023-11-24 52446/week @ 2023-12-01 43298/week @ 2023-12-08 45790/week @ 2023-12-15 24300/week @ 2023-12-22 26325/week @ 2023-12-29 42581/week @ 2024-01-05 46354/week @ 2024-01-12 57248/week @ 2024-01-19 52686/week @ 2024-01-26 53507/week @ 2024-02-02 47551/week @ 2024-02-09 65906/week @ 2024-02-16 83044/week @ 2024-02-23 58432/week @ 2024-03-01 35221/week @ 2024-03-08

253,650 downloads per month
Used in 20 crates (14 directly)

MIT/Apache

16KB
249 lines

sd-notify

Actions Status Latest Version API docs

A lightweight (no dependencies) crate for sending systemd service state notifications.

Quick start

let _ = sd_notify::notify(true, &[NotifyState::Ready]);

Releases

Release notes are available in CHANGELOG.md.

License

This project is licensed under either of

at your option.

No runtime deps