mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 09:22:26 -04:00
daemon: Improve module naming
This commit is contained in:
parent
5efb67f15c
commit
dc7de16137
5 changed files with 14 additions and 10 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue