gentoo-ebuilds/sys-apps/irqbalance/files/irqbalance.confd-2
Sam James 3e1b0adc1e
sys-apps/irqbalance: drop obsolete option from OpenRC conf.d
IRQBALANCE_BANNED_INTERRUPTS was removed upstream. We could implement
it as a shim for upstream's --banirq option but I don't see the point, people
can pass that via the other variable anyway.

Bug: https://github.com/Irqbalance/irqbalance/issues/271
Closes: https://bugs.gentoo.org/917338
Signed-off-by: Sam James <sam@gentoo.org>
2024-03-28 04:46:32 +00:00

16 lines
487 B
Text

# /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=""