I have this line in my /etc/crontab
:
47 6 * * Sat root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
So the cron.weekly
should be started every Saturday at 6:47 AM right?
But it starts each Wednesday instead. I restarted the cron
service. What am I doing wrong? Thanks.