I am trying to schedule a cronjob on my ubuntu server through SSL. I ran the command:
sudo crontab -e
Then once it created a new file for my user, I put :
* * * * * php /etc/php5/apache2/php.ini /var/www/automation/cronjob_WDYCI_daily.php
at the bottom.
But it is not working... Anyone have an idea what it should be?