mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-18 20:26:39 -04:00
daemon: Start restructuring config reloading
This commit is contained in:
parent
f30c54c907
commit
23267c65e0
3 changed files with 55 additions and 39 deletions
12
src/daemon/config.rs
Normal file
12
src/daemon/config.rs
Normal file
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* Copyright © 2023 Collabora Ltd.
|
||||
* Copyright © 2024 Valve Software
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*/
|
||||
|
||||
use anyhow::Result;
|
||||
|
||||
pub(in crate::daemon) async fn read_config() -> Result<()> {
|
||||
todo!();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue