radicle-heartwood-lfs/crates/radicle-systemd/src/lib.rs

8 lines
194 B
Rust

//! Library for interaction with systemd, specialized for Radicle.
#[cfg(all(feature = "journal", target_os = "linux"))]
pub mod journal;
#[cfg(all(feature = "listen", unix))]
pub mod listen;