mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
adds avahi base service to init function of mdns controller (#407)
* adds avahi base service to init function of mdns controller * Apply suggestions from code review * adds hostname set to startup sequence * Apply suggestions from code review Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
09c85b79c3
commit
1ff0db0b84
@@ -4,6 +4,9 @@ async fn inner_main() -> Result<(), Error> {
|
||||
// os sync
|
||||
embassy::volume::disk::mount("/dev/sda", "/mnt/embassy-os-crypt").await?;
|
||||
|
||||
// hostname-set
|
||||
embassy::hostname::sync_hostname().await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user