sd-notify

Crates.iosd-notify
lib.rssd-notify
version0.4.3
sourcesrc
created_at2019-09-20 21:12:32.808856
updated_at2024-10-05 07:26:08.559542
descriptionLightweight crate for systemd service state notifications
homepage
repositoryhttps://github.com/lnicola/sd-notify
max_upload_size
id166307
size37,697
Laurențiu Nicola (lnicola)

documentation

README

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.

Commit count: 54

cargo fmt