*/5 * * * * my command
This entry works but every 5 minutes it get executed twice, why?
In /var/log/cron it shows:
Jun 16 22:20:01 Test CROND[12512]: (root) CMD (my command)
Jun 16 22:20:01 Test CROND[12516]: (root) CMD (my command)
So it's not from two uers.
It is only entered once with crontab -e -u root
The command is a php command.