Set a CRON_WITHIN of 7200 (2 hours). This should not be noticed on
most machines, but ones that are slept overnight (like laptops) will no longer suddenly have all overnight jobs start simultaneously upon awakening, rendering the machine useless. I thought I had done this long ago, but it turned out I'd only done it for my own machines.
This commit is contained in:
parent
f58cb59ba6
commit
28e7d3260f
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: crontab,v 1.14 1998/09/15 05:06:30 lukem Exp $
|
||||
# $NetBSD: crontab,v 1.15 2002/11/27 15:09:17 perry Exp $
|
||||
#
|
||||
# /var/cron/tabs/root - root's crontab for NetBSD
|
||||
#
|
||||
SHELL=/bin/sh
|
||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||
HOME=/var/log
|
||||
CRON_WITHIN=7200
|
||||
#
|
||||
#minute hour mday month wday command
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue