| Crates.io | systemd-connector |
| lib.rs | systemd-connector |
| version | 0.1.0 |
| created_at | 2024-07-12 15:47:54.028891+00 |
| updated_at | 2024-07-12 15:47:54.028891+00 |
| description | A rust library for interacting with systemd |
| homepage | |
| repository | https://github.com/alexrudy/systemd-rs |
| max_upload_size | |
| id | 1300816 |
| size | 25,914 |
A quick library for interacting with SystemD from inside a rust library.
This is meant to be a re-implementation of libsystemd in rust, with a more idiomatic API, but it is definitely imperfect and missing most features.
Right now, it covers:
sd_notify (notify systemd of readiness)sd_listen_fds (get the number of file descriptors passed to the process)