daemon: Improve module naming

This commit is contained in:
Vicki Pfau 2024-05-08 15:21:02 -07:00
parent 5efb67f15c
commit dc7de16137
5 changed files with 14 additions and 10 deletions

View file

@ -15,7 +15,6 @@ use tokio_util::sync::CancellationToken;
use tracing::{info, warn};
mod cec;
mod daemon;
mod ds_inhibit;
mod error;
mod hardware;
@ -26,9 +25,8 @@ mod sls;
mod systemd;
mod user_manager;
pub mod daemon;
pub mod proxy;
pub mod root;
pub mod user;
pub mod wifi;
#[cfg(test)]