You are not logged in.
I want a script to be executed every Monday morning, but I usually shutdown my work computer during weekend and weekly cron jobs are not run. Is there a way to tell cron to run all those missed jobs after the system boots?
Offline
I use fcron : fcron = cron + anacron.
http://fcron.free.fr
You also have a package in AUR : http://aur.archlinux.org/packages.php?d … =1&ID=9215
It is really a good cron. Very simple. Very powerfull.
Cheers,
Chicha.
Offline
Thanks, guys. I was hoping there is some standard way without the need of additional pkgs outside current or extra. I remembered I can just execute /etc/cron.weekly/whatever from /etc/rc.local. Simple solution, but it works fine.
Offline