summaryrefslogtreecommitdiff
path: root/stop_daemons.sh
diff options
context:
space:
mode:
authorRikus Wessels <rikusw@gmail.com>2016-05-18 10:37:13 +0200
committerRikus Wessels <rikusw@gmail.com>2016-05-18 10:37:13 +0200
commit771a9199487af1750e882051a36bfbf092c32fa7 (patch)
tree6f066132d91ccace04e10b43dbab376b8702e426 /stop_daemons.sh
parentd29b57dd6655ff808a56650df5657a0a7ceae0ee (diff)
downloadOpen-AVB-771a9199487af1750e882051a36bfbf092c32fa7.tar.gz
Add daemon start/stop scripts
Diffstat (limited to 'stop_daemons.sh')
-rwxr-xr-xstop_daemons.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/stop_daemons.sh b/stop_daemons.sh
new file mode 100755
index 00000000..82598852
--- /dev/null
+++ b/stop_daemons.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+# Stop all daemons
+
+sudo killall maap_daemon
+sudo killall mrpd
+sudo killall daemon_cl
+
+# possibly add rmmod igb_avb here
+