Skip to content

Commit 42d106f

Browse files
Merge pull request #884 from AMWA-TV/garethsb-patch-1
Start Avahi Daemon for mDNS discovery
2 parents fd72aeb + e496546 commit 42d106f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

run_nmos_testing.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22

3+
# Start Avahi Daemon for mDNS discovery
4+
[ -e "/etc/init.d/dbus" ] && /etc/init.d/dbus start || dbus-daemon --system --fork
5+
[ -e "/etc/init.d/avahi-daemon" ] && /etc/init.d/avahi-daemon start || avahi-daemon --daemonize
6+
37
# Start NMOS Testing
48
python3 nmos-test.py &
59

0 commit comments

Comments
 (0)