Cron Job Keeps Changing...
I have a cron job that runs a PHP script, which automatically checks an email inbox, with email notifications. The problem is that every half hour my command keeps changing from this:
/usr/bin/php -q /home/username/chat/cod/email.php [This runs every minute]
to this:
nice -n19 ionice -c2 -n7 /usr/bin/php -q /home/username/chat/cod/email.php [This runs every five minutes...]
Why is that happening?
-
Hello, Your access level is listed as "Website Owner". Do you have root access to this system? If not, I recommend reaching out to your web hosting provider to verify if this is related to third-party application configured on the system. Thank you. 0
Please sign in to leave a comment.
Comments
1 comment