lnicola / sd-notify

Apache License 2.0
43 stars 6 forks source link
hacktoberfest rust

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.