# run autoupdate 5 minutes after boot, and then at 3 hours after boot
0       12     * * * /sbin/reboot
5       0      * * * /usr/bin/perl /usr/bin/autoupdate.pl > /tmp/autoupdate.log 2>&1
0       3      * * * /usr/bin/perl /usr/bin/autoupdate.pl > /tmp/autoupdate.log 2>&1
