//! systemd service integration.
//!//! The portable CLI backend uses `systemctl` and `journalctl`. The
//! `systemd-dbus` feature adds a D-Bus manager backend via `busctl`.
pubmodcli;#[cfg(feature ="systemd-dbus")]pubmoddbus;pubmodspec;pubmodtypes;pubusecli::SystemdCliClient;#[cfg(feature ="systemd-dbus")]pubusedbus::SystemdDbusClient;pubusespec::*;pubusetypes::*;