mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-16 03:06:47 -04:00
user: Add user-running manager prototype
This commit is contained in:
parent
ac823a845b
commit
24d740d178
3 changed files with 60 additions and 2 deletions
|
@ -24,6 +24,7 @@ mod process;
|
|||
mod root;
|
||||
mod sls;
|
||||
mod systemd;
|
||||
mod user;
|
||||
mod wifi;
|
||||
|
||||
#[cfg(test)]
|
||||
|
@ -157,7 +158,7 @@ pub async fn main() -> Result<()> {
|
|||
if args.root {
|
||||
root::daemon().await
|
||||
} else {
|
||||
todo!();
|
||||
user::daemon().await
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue