#systemd #sd-notify

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

#42 in Operating systems

Download history 26658/week @ 2023-02-12 28625/week @ 2023-02-19 30117/week @ 2023-02-26 33450/week @ 2023-03-05 26844/week @ 2023-03-12 23232/week @ 2023-03-19 20403/week @ 2023-03-26 20026/week @ 2023-04-02 20120/week @ 2023-04-09 22865/week @ 2023-04-16 21861/week @ 2023-04-23 21646/week @ 2023-04-30 21150/week @ 2023-05-07 18217/week @ 2023-05-14 20195/week @ 2023-05-21 16389/week @ 2023-05-28

77,641 downloads per month
Used in 16 crates (11 directly)

MIT/Apache

15KB
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