Mailinglist Archive: opensuse (3536 mails)
< Previous | Next > |
Re: [opensuse] Re: Fork Burst Every 5 Minutes
- From: "Dominique Leuenberger" <Dominique.Leuenberger@xxxxxxxxxxxxx>
- Date: Tue, 20 Jan 2009 15:53:20 +0100
- Message-id: <4975F370020000290000DB0A@xxxxxxxxxxxxxxxxxxx>
Actually, if you look in those directories, you see that they're scriptsOn 1/20/2009 at 3:23 PM, Randall R Schulz <rschulz@xxxxxxxxx> wrote:
run on the specified interval by /usr/lib/cron/run-crons (itself run
once per minute by the entry in /etc/crontab). The actual crontabs
are /etc/crontab and the files in /etc/cron.d/ (and any per-user
crontab established via the crontab comman; they're recorded
in /var/spool/cron/tabs/).
Are you certain about the fact they run every minute? In my system they appear
to run every 15 minutes
-*/15 * * * * root test -x /usr/lib/cron/run-crons &&
/usr/lib/cron/run-crons >/dev/null 2>&1
Which makes perfect sense, as the 'smallest' interval the scripts have is
cron.hourly (so every 4 checks).
Dominique
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
< Previous | Next > |