diff options
Diffstat (limited to 'libexec/rc/rc.d/accounting')
-rwxr-xr-x | libexec/rc/rc.d/accounting | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/accounting b/libexec/rc/rc.d/accounting index 5c08f18cd2ca..1e0ece84fb15 100755 --- a/libexec/rc/rc.d/accounting +++ b/libexec/rc/rc.d/accounting @@ -76,4 +76,8 @@ accounting_rotate_log() } load_rc_config $name + +# doesn't make sense to run in a svcj: jail can't manipulate accounting +accounting_svcj="NO" + run_rc_command "$1" |