Link to home
Start Free TrialLog in
Avatar of hankknight
hankknightFlag for Canada

asked on

Crontab once daily at 2:00 am

How can my crontab be changed so it does this once a day at 2:00 am instead of every six minutes?
*/6 * * * * wget http://www.example.com/cron -q -O /dev/null

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
do not forget to set the env variables if needed, and use the full path to wget