Crate radicle_systemd
source ·Expand description
Library for interaction with systemd, specialized for Radicle.
Functions§
- Checks whether at most one file descriptor with given name was passed, returning it. systemd sending none, more than one, or a file descriptor with a different name, all results in
Option::None
, but errors decoding environment variables or missing environment variables will error. This is a specialization ofsd_listen_fds_with_names(3)
. See: