diff options
Diffstat (limited to 'libexec/rc/rc.d/rctl')
-rwxr-xr-x | libexec/rc/rc.d/rctl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/rctl b/libexec/rc/rc.d/rctl index 3d644cd1d8ec..96c148e78bcd 100755 --- a/libexec/rc/rc.d/rctl +++ b/libexec/rc/rc.d/rctl @@ -38,4 +38,8 @@ rctl_stop() } load_rc_config $name + +# doesn't make sense to run in a svcj: config setting +rctl_svcj="NO" + run_rc_command "$1" |