pub(crate) fn system_repo_journal_send<K, V>(
repo: &Repo,
priority: Priority,
msg: &str,
vars: impl Iterator<Item = (K, V)>,
)Expand description
Wrapper for systemd structured logging which only emits a message if we’re targeting the system repository, and it’s booted.