aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/ctld
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/ctld')
-rwxr-xr-xlibexec/rc/rc.d/ctld4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/ctld b/libexec/rc/rc.d/ctld
index f09c032575d9..c91d7a9be921 100755
--- a/libexec/rc/rc.d/ctld
+++ b/libexec/rc/rc.d/ctld
@@ -19,4 +19,8 @@ required_modules="ctl"
extra_commands="reload"
load_rc_config $name
+
+# doesn't make sense to run in a svcj: nojail keyword
+ctld_svcj="NO"
+
run_rc_command "$1"