Scheduling jobs with anacron

When using anacron, we don't care the time the jobs are going to run.
We run to run them daily, monthly or once in few days no matter what time of the day is.

To schedule a job, use /etc/anacrontab:

3 10 test_job /usr/bin/touch /tmp/anacron_job