diff options
Diffstat (limited to 'libexec/rc/rc.d/ubthidhci')
-rwxr-xr-x | libexec/rc/rc.d/ubthidhci | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/ubthidhci b/libexec/rc/rc.d/ubthidhci index a311ec07ebf6..9792a0e3530d 100755 --- a/libexec/rc/rc.d/ubthidhci +++ b/libexec/rc/rc.d/ubthidhci @@ -28,6 +28,10 @@ ubthidhci_prestart() } load_rc_config $name + +# doesn't make sense to run in a svcj: nojail keyword +ubthidhci_svcj="NO" + # # We discard the output because: # 1) we don't want it to show up during boot; and |