Crates.io | sd-notify |
lib.rs | sd-notify |
version | 0.4.3 |
source | src |
created_at | 2019-09-20 21:12:32.808856 |
updated_at | 2024-10-05 07:26:08.559542 |
description | Lightweight crate for systemd service state notifications |
homepage | |
repository | https://github.com/lnicola/sd-notify |
max_upload_size | |
id | 166307 |
size | 37,697 |
sd-notify
A lightweight (no dependencies) crate for sending systemd
service state notifications.
let _ = sd_notify::notify(true, &[NotifyState::Ready]);
Release notes are available in CHANGELOG.md.
This project is licensed under either of
at your option.