summaryrefslogtreecommitdiff
path: root/stop_daemons.sh
blob: a1ae8bb0fcddf5b114d2a0bb1e5daba8365da5c4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# Stop all daemons

killall shaper_daemon
killall maap_daemon
killall mrpd
killall daemon_cl

# possibly add rmmod igb_avb here