Ad Code

CRON command to run URL address every 5 minutes

Based on the comments try
*/5 * * * * wget http://example.com/check
 

This answer still seems to be getting a few hits so I thought I'd add a link to a new page I stumbled across which may help create cron commands: https://crontab.guru

Post a Comment

0 Comments