php cron job every 10 minutes [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . I'm trying to run a cron job so that a php script will run every 10 minutes on my server. The script updates a database. Right now my crontab looks like: * /10 * * * * /usr/bin/php /home/user/public_html/domain.com/private/update.php However, the php script never seems to run. I've also tried reloading cron