Skip to content

Commit

Permalink
misc: add sample udev rule
Browse files Browse the repository at this point in the history
Its possible for irqbalance to miss device adds/removes during its sleep
time. These udev rules can help fix that.

Signed-off-by: Neil Horman <[email protected]>
  • Loading branch information
nhorman authored and Neil Horman committed Aug 8, 2017
1 parent ca43aa4 commit 10bb3d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions misc/90-irqbalance.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Udev rules for irqbalance. On every device add or remove, we want to rescan
# our irq list to make sure it hasn't changed
#

ACTION=="add|remove", RUN+="/usr/bin/killall -SIGHUP irqbalance"

0 comments on commit 10bb3d6

Please sign in to comment.