I want to disable Wordpress Cron, and setup a system cron that will call wp-cron.php every 5 min, so I have */5 * * * * sleep 192s ; wget -O - -q -t 1 http://mysite.com/wp-cron.php?doing_wp_cron > /dev/null 2>&1 I noticed the entry for wp-cron.php...