sd-notify

Crates.iosd-notify
lib.rssd-notify
version0.4.5
created_at2019-09-20 21:12:32.808856+00
updated_at2025-01-18 16:34:30.570879+00
descriptionLightweight crate for systemd service state notifications
homepage
repositoryhttps://github.com/lnicola/sd-notify
max_upload_size
id166307
size39,877
Laurențiu Nicola (lnicola)

documentation

README

sd-notify

Actions Status Latest Version API docs

A lightweight 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: 60

cargo fmt