//! Deployment helpers for CLI crates: GitHub self-update and systemd install.
//!
//! [`LinuxService`] ties self-update, systemd install, the watchdog heartbeat
//! and workspace-path resolution to one consistent `~/.local/bin` +
//! `~/.config/<app>` layout.
pub use ;
pub use ServiceConfig;
pub use ;