Date: Tue, 13 Jul 2010 11:22:34 +0800 From: Fbsd8 <fbsd8@a1poweruser.com> To: "questions@freebsd.org" <questions@freebsd.org> Subject: cron_flags in jails rc.conf Message-ID: <4C3BDBFA.2080104@a1poweruser.com>
next in thread | raw e-mail | index | archive | help
I found this statement in the rc.conf file of a jail. cron_flags="$cron_flags -J 15" I checked the cron manpage and found info on this. The -J 15 is the range cron is to sleep before launching the cron jobs for the superuser. The -j option does the same thing for non-superuser jobs. Looking at the system's /etc/crontab file are those superuser jobs? Also is the above rc.conf statement coded correctly?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C3BDBFA.2080104>