aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rctl
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2015-05-14 14:03:55 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2015-05-14 14:03:55 +0000
commitba8f0eb8fc9262ad9cb7ec03e01db198f5b770bc (patch)
tree18bea34888544fcdd7f3b15dca4fb36818f6aa5e /usr.bin/rctl
parentb2b5a4c06035e436961ccfba9a966a6e42921bc4 (diff)
Notes
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 3f72b9122171..fe147562b7d0 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