summaryrefslogtreecommitdiffstats
path: root/system/irqbalance/README
diff options
context:
space:
mode:
author LukenShiro2012-12-28 23:18:15 +0100
committer Matteo Bernardini2012-12-28 23:18:43 +0100
commit677bbed322dfab0b3f26e8c6894f9905911251dc (patch)
treeb4d06223ccfbb7b4b51e4334d9a7fbdfb306f4fb /system/irqbalance/README
parent2652e7514b336e07869fb1ac0066bd8b22338f4c (diff)
downloadslackbuilds-677bbed322dfab0b3f26e8c6894f9905911251dc.tar.gz
system/irqbalance: Updated for version 1.0.5
Revised build system, cleanups. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/irqbalance/README')
-rw-r--r--system/irqbalance/README20
1 files changed, 15 insertions, 5 deletions
diff --git a/system/irqbalance/README b/system/irqbalance/README
index f20b6203f8..085188ba4f 100644
--- a/system/irqbalance/README
+++ b/system/irqbalance/README
@@ -1,6 +1,16 @@
-irqbalance is a Linux daemon that distributes interrupts over the
-processors and cores you have in your computer system. The design goal
-of irqbalance is to do find a balance between power savings and optimal
-performance. To a large degree, the work irqbalance does is invisible
-to you; if irqbalance performs its job correctly, nobody will ever notice
+irqbalance is a Linux daemon that distributes interrupts over the
+processors and cores you have in your computer system. The design goal
+of irqbalance is to find a balance between power savings and optimal
+performance. To a large degree, the work irqbalance does is invisible
+to you; if irqbalance performs its job correctly, nobody will ever notice
it's there or want to turn it off.
+
+It is recommended to run irqbalance from the system boot-scripts. For
+example, add the following lines to /etc/rc.d/rc.local:
+if [ -x /usr/sbin/irqbalance ]; then
+ /usr/sbin/irqbalance
+fi
+
+Options that you can pass to the command are described in the man page.
+
+libcap-ng is an optional dependency.