]> git.openstreetmap.org Git - chef.git/blob - cookbooks/hardware/templates/default/irqbalance.erb
Fix collection of PSU details from dmidecode
[chef.git] / cookbooks / hardware / templates / default / irqbalance.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2 #Configuration for the irqbalance daemon
3
4 #Should irqbalance be enabled?
5 ENABLED="1"
6 #Balance the IRQs only once?
7 ONESHOT="0"
8
9 #irqbalance maintainer recommends ignore hint policy
10 #http://sourceforge.net/p/e1000/bugs/394/?page=1
11 DOPTIONS="--hintpolicy=ignore"