What is the proper way to restart anacron? I want to set it up to restart every hour. Would a crontab entry like do the job?
sudo crontab -e
@hourly anacron
Why is anacron initially started by default from in the /etc/crontab and not in the sudo crontab?
@midnightor@daily, both are shortcuts for0 0 * * *. – Pablo Castellazzi Jan 5 at 10:30