summaryrefslogtreecommitdiff
blob: b55054a11b1d3ae4c60beae9c0d7b032b3f1bc7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# /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=""