We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd72aeb + e496546 commit 42d106fCopy full SHA for 42d106f
run_nmos_testing.sh
@@ -1,5 +1,9 @@
1
#!/bin/bash
2
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
+
7
# Start NMOS Testing
8
python3 nmos-test.py &
9
0 commit comments