aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/cron
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/cron')
-rwxr-xr-xlibexec/rc/rc.d/cron5
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/cron b/libexec/rc/rc.d/cron
index a37d3ceee02e..584db590d835 100755
--- a/libexec/rc/rc.d/cron
+++ b/libexec/rc/rc.d/cron
@@ -16,6 +16,11 @@ command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
load_rc_config $name
+
+# doesn't make sense to run in a svcj: in the generic case it may need
+# access to more than a jails allows
+cron_svcj="NO"
+
if checkyesno cron_dst
then
cron_flags="$cron_flags -s"