summaryrefslogtreecommitdiffstats
path: root/usr.bin/rctl
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-05-14 14:03:55 +0000
committertrasz <trasz@FreeBSD.org>2015-05-14 14:03:55 +0000
commit82bbee8b66877ab710572fafdaf923de1f68eb30 (patch)
tree18bea34888544fcdd7f3b15dca4fb36818f6aa5e /usr.bin/rctl
parentb4c5cb18afb6fae7eb88db83ca3bbbb8210edfbc (diff)
downloadFreeBSD-src-82bbee8b66877ab710572fafdaf923de1f68eb30.zip
FreeBSD-src-82bbee8b66877ab710572fafdaf923de1f68eb30.tar.gz
Build GENERIC with RACCT/RCTL support by default. Note that it still
needs to be enabled by adding "kern.racct.enable=1" to /boot/loader.conf. Differential Revision: https://reviews.freebsd.org/D2407 Reviewed by: emaste@, wblock@ MFC after: 1 month Relnotes: yes Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.bin/rctl')
-rw-r--r--usr.bin/rctl/rctl.812
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/rctl/rctl.8 b/usr.bin/rctl/rctl.8
index 3f72b91..fe14756 100644
--- a/usr.bin/rctl/rctl.8
+++ b/usr.bin/rctl/rctl.8
@@ -233,6 +233,18 @@ for a list of supported signals
Not all actions are supported for all resources.
Attempting to add a rule with an action not supported by a given resource will
result in error.
+.Sh LOADER TUNABLES
+Tunables can be set at the
+.Xr loader 8
+prompt, or
+.Xr loader.conf 5 .
+.Bl -tag -width indent
+.It Va kern.racct.enable: No 1
+Enable
+.Nm .
+This defaults to 1, unless
+.Cd "options RACCT_DEFAULT_TO_DISABLED"
+is set in the kernel configuration file.
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
OpenPOWER on IntegriCloud