I'm running cpanel 58.0.24
I can add cron jobs under root or user in cPanel but they are not firing.
2 * * * * wget -q -O - http://mydomain.com/wp-cron.php?doing_wp_cron >> /tmp/test.log 2>&1
Produces the following in var/log/cron
myvps /usr/bin/crontab[14960]: (USER) LIST (USER)
myvps /usr/bin/crontab[14961]: (USER) REPLACE (USER)
myvps crond[1767]: (USER) RELOAD (/var/spool/cron/USER)
Permissions are 755 on usr/bin/crontab
# crontab -l does not show the crons
Any suggestions?
I can add cron jobs under root or user in cPanel but they are not firing.
2 * * * * wget -q -O - http://mydomain.com/wp-cron.php?doing_wp_cron >> /tmp/test.log 2>&1
Produces the following in var/log/cron
myvps /usr/bin/crontab[14960]: (USER) LIST (USER)
myvps /usr/bin/crontab[14961]: (USER) REPLACE (USER)
myvps crond[1767]: (USER) RELOAD (/var/spool/cron/USER)
Permissions are 755 on usr/bin/crontab
# crontab -l does not show the crons
Any suggestions?