X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ad42559a18b5fa74f265fed70c5342840e361f07..cd446e3697fc347071fa60ea023be036063e1c10:/cookbooks/hardware/templates/default/irqbalance.erb diff --git a/cookbooks/hardware/templates/default/irqbalance.erb b/cookbooks/hardware/templates/default/irqbalance.erb new file mode 100644 index 000000000..38839f6e7 --- /dev/null +++ b/cookbooks/hardware/templates/default/irqbalance.erb @@ -0,0 +1,11 @@ +# DO NOT EDIT - This file is being maintained by Chef +#Configuration for the irqbalance daemon + +#Should irqbalance be enabled? +ENABLED="1" +#Balance the IRQs only once? +ONESHOT="0" + +#irqbalance maintainer recommends ignore hint policy +#http://sourceforge.net/p/e1000/bugs/394/?page=1 +OPTIONS="--hintpolicy=ignore"