diff options
Diffstat (limited to 'libexec/rc/rc.d/ccd')
-rwxr-xr-x | libexec/rc/rc.d/ccd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/ccd b/libexec/rc/rc.d/ccd index f7dde1c23f4e..5f2427e4beb0 100755 --- a/libexec/rc/rc.d/ccd +++ b/libexec/rc/rc.d/ccd @@ -21,4 +21,8 @@ ccd_start() } load_rc_config $name + +# doesn't make sense to run in a svcj: nojail keyword +ccd_svcj="NO" + run_rc_command "$1" |