aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/bsnmpd
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/bsnmpd')
-rwxr-xr-xlibexec/rc/rc.d/bsnmpd2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/bsnmpd b/libexec/rc/rc.d/bsnmpd
index 60c7242f0c1f..60f4f5e86617 100755
--- a/libexec/rc/rc.d/bsnmpd
+++ b/libexec/rc/rc.d/bsnmpd
@@ -13,6 +13,8 @@ desc="Simple and extensible SNMP daemon"
rcvar="bsnmpd_enable"
command="/usr/sbin/${name}"
+: ${bsnmpd_svcj_options:="net_basic"}
+
load_rc_config $name
pidfile="${bsnmpd_pidfile:-/var/run/snmpd.pid}"
command_args="-p ${pidfile}"