Expand description
Library for interaction with systemd, specialized for Radicle.
Functionsยง
- listen_
fd - 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: