Setup drupal cron to run daily

Question:
How to setup drupal cron to run daily

[root@ukbweb1 ~]# vi /etc/cron.daily/drupal.cron
[root@ukbweb1 ~]# chmod +x /etc/cron.daily/drupal.cron
[root@ukbweb1 ~]# cat /etc/cron.daily/drupal.cron
#!/bin/bash

/usr/bin/wget -O - -q -t 1 http://www.zerotouch.com/cron.php

Taxonomy: