diff options
Diffstat (limited to 'libexec/rc/rc.d/auditd')
-rwxr-xr-x | libexec/rc/rc.d/auditd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/auditd b/libexec/rc/rc.d/auditd index 90017d88ab85..caea2587a2e9 100755 --- a/libexec/rc/rc.d/auditd +++ b/libexec/rc/rc.d/auditd @@ -32,4 +32,8 @@ auditd_stop() } load_rc_config $name + +# doesn't make sense to run in a svcj: nojail keyword +auditd_svcj="NO" + run_rc_command "$1" |