From a8a86ea17862350f2bd4a42678d627a8f1c7ab09 Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Thu, 13 Jul 2017 20:12:13 +0200 Subject: [PATCH] Add mdns to init file --- files/dawn.init | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/dawn.init b/files/dawn.init index fabd6d5..34cdd0b 100755 --- a/files/dawn.init +++ b/files/dawn.init @@ -39,6 +39,11 @@ start_service() # procd_set_param respawn + echo "Starting mdns" + procd_add_mdns "hoho" "udp" "1026" "daemon=special" "colour=fuschia" + + echo "MDNS Startet" + procd_close_instance echo "Dawn instance started!" } \ No newline at end of file