Hi there,

Not sure if this is the correct place post this, but im having a really strange problem.

When i make changes to a cron in cPanel, thje cron deamon keeps running the old command unless i restart it (service fcron restart)

Let me give you an example...

Cron is currently

* * * * * php /path/to/script/1.php

i change it in cpanel to
* * * * * php /path/to/script/2.php

and fcron keeps running 1.php every minuite, instead of 2.php

I SSH into the server and do service fcron restart and it starts working.

Im running trustix with the latest cpanel (updated this morning)

Anyone got any ideas?