diff options
Diffstat (limited to 'libexec/rc/rc.d/stf')
-rwxr-xr-x | libexec/rc/rc.d/stf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/stf b/libexec/rc/rc.d/stf index 48a27b542f05..94a585693982 100755 --- a/libexec/rc/rc.d/stf +++ b/libexec/rc/rc.d/stf @@ -75,4 +75,8 @@ stf_down() } load_rc_config $name + +# doesn't make sense to run in a svcj: config setting +stf_svcj="NO" + run_rc_command "$1" |