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:
Keagan McClelland
2021-08-19 11:42:17 -06:00
committed by Aiden McClelland
parent 46fc276822
commit da5a0d622b
6 changed files with 57 additions and 2 deletions

1
appmgr/Cargo.lock generated
View File

@@ -798,6 +798,7 @@ dependencies = [
"fd-lock-rs",
"futures",
"git-version",
"hex",
"http",
"hyper-ws-listener",
"indexmap",