diff options
Diffstat (limited to 'libexec/rc/rc.d/opensm')
-rwxr-xr-x | libexec/rc/rc.d/opensm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/opensm b/libexec/rc/rc.d/opensm index ff208ddc3ae4..650345d81c12 100755 --- a/libexec/rc/rc.d/opensm +++ b/libexec/rc/rc.d/opensm @@ -12,6 +12,8 @@ name="opensm" start_cmd="opensm_start" rcvar="opensm_enable" +: ${opensm_svcj_options:="net_basic"} + command=/usr/bin/opensm command_args="-B" |