I am hoping someone can help me with this,
In /etc/crontab
I have a command
*/5 * * * * root /usr/bin/php /opt/administration/cacti/cmd.php > /dev/null 2>&1
which i update to
*/5 * * * * root /usr/bin/php /opt/administration/cacti/poller.php > /dev/null 2>&1
I save and exit and it runs fine but every couple of days at 1am in the moving it stops running and if i look back in the crontab the old conf ig is there.
Does e-smith copy a crontab from somewhere and over right the one in /etc
??