Hi All
I have the following crontab running:
- 0 1-5 root php /var/www/vhosts/mydomain/cronjobs/processalerts.php >/dev/null 2>&1
- 6 1-5 root php /var/www/vhosts/mydomain/cronjobs/processsms.php >/dev/null 2>&1
The PHP functions run and terminate successfully when run manually however when executed via the crontab the scripts never seem to stop and continuously executes.
Does anyone know why?
My crontab entries have been added via root user.
Many thanks
Robert Brown