diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-05-29 13:47:18 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-05-29 13:47:18 +0000 |
commit | 599d59fca9688cc11e8418ae49e0766ec96fe490 (patch) | |
tree | 463c24f2b055dc9c2310320f1d41f9cb568c568d /main/irqbalance/irqbalance.confd | |
parent | 05a2c92d3ed8e3c1c3efe03d8be6dc7e03637c1c (diff) | |
download | aports-599d59fca9688cc11e8418ae49e0766ec96fe490.tar.bz2 aports-599d59fca9688cc11e8418ae49e0766ec96fe490.tar.xz |
testing/irqbalance: move to main
Diffstat (limited to 'main/irqbalance/irqbalance.confd')
-rw-r--r-- | main/irqbalance/irqbalance.confd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/main/irqbalance/irqbalance.confd b/main/irqbalance/irqbalance.confd new file mode 100644 index 0000000000..2761cfcd35 --- /dev/null +++ b/main/irqbalance/irqbalance.confd @@ -0,0 +1,19 @@ +# /etc/conf.d/irqbalance: config file for /etc/init.d/irqbalance + +# Additional options to pass to irqbalance itself. +IRQBALANCE_OPTS="" + +# These are envvars used by irqbalance itself, so make sure the "export" +# is retained. For more info, please see the irqbalance manpage. + +# Run irqbalance once and then exit +#export IRQBALANCE_ONESHOT="0" + +# Include debug messages in output +#export IRQBALANCE_DEBUG="0" + +# List of cpus to not include in balancing +#export IRQBALANCE_BANNED_CPUS="" + +# List of interrupts to not include in balancing +#export IRQBALANCE_BANNED_INTERRUPTS="" |