diff options
Diffstat (limited to 'libexec/rc/rc.d/auditdistd')
-rwxr-xr-x | libexec/rc/rc.d/auditdistd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/auditdistd b/libexec/rc/rc.d/auditdistd index e7ae7d64d39d..0814c2a4d2c7 100755 --- a/libexec/rc/rc.d/auditdistd +++ b/libexec/rc/rc.d/auditdistd @@ -17,5 +17,7 @@ command="/usr/sbin/${name}" required_files="/etc/security/${name}.conf" extra_commands="reload" +: ${auditdistd_svcj_options:="net_basic"} + load_rc_config $name run_rc_command "$1" |