mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-12 01:12:30 -04:00
manager/user: Register ObjectManager
This commit is contained in:
parent
b690f9b723
commit
fcdcd435d6
1 changed files with 2 additions and 0 deletions
|
@ -981,6 +981,8 @@ pub(crate) async fn create_interfaces(
|
||||||
.await?;
|
.await?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
object_server.at(MANAGER_PATH, fdo::ObjectManager {}).await?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue