I'm trying to run a wget command every minute that simply hits a url. I currently have the following in a file called project.config in the .ebextensions folder:
01_test_cron: command: * * * * * /usr/bin/wget -O /dev/null http://name.of.url
It currently does not execute - are there any glaring errors?
Aucun commentaire:
Enregistrer un commentaire