Hello, I have roots crontab -e with the conent:
7 5 * * * /usr/local/bin/script (This works with cron)
@reboot /usr/local/sbin/anacron -ds But if the computer is not running at this time, it does not work. daily, weekly, monthly(anacron worked) /usr/local/bin/script(anacron didn't work) Can somebody help? Manfred

