mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Add mdns to init file
This commit is contained in:
parent
5a5788edf8
commit
a8a86ea178
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ start_service()
|
||||||
|
|
||||||
# procd_set_param respawn
|
# procd_set_param respawn
|
||||||
|
|
||||||
|
echo "Starting mdns"
|
||||||
|
procd_add_mdns "hoho" "udp" "1026" "daemon=special" "colour=fuschia"
|
||||||
|
|
||||||
|
echo "MDNS Startet"
|
||||||
|
|
||||||
procd_close_instance
|
procd_close_instance
|
||||||
echo "Dawn instance started!"
|
echo "Dawn instance started!"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue