#![allow(clippy::missing_errors_doc)]
pub mod autostart;
pub mod error;
pub mod paths;
pub mod process;
#[cfg(target_os = "macos")]
pub const LAUNCHD_LABEL: &str = "io.byokey.server";
#[cfg(target_os = "linux")]
pub const SYSTEMD_UNIT: &str = "byokey";