Cron Management Stop

After update 1.9.1 to 1.9.2 stop run to cronjob

The last cron run to server 16-12-2019 after update to 1.9.2 16-12-2019 stop run

Example of job definition:

.---------------- minute (0 - 59)

| .------------- hour (0 - 23)

| | .---------- day of month (1 - 31)

| | | .------- month (1 - 12) OR jan,feb,mar,apr …

| | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,f ri,sat

| | | | |

* * * * * user-name command to be executed

0 * * * * root python /usr/local/CyberCP/plogical/findBWUsage.py
0 * * * * root /usr/local/CyberCP/postfixSenderPolicy/client.py hourlyCleanup
0 0 1 * * root /usr/local/CyberCP/postfixSenderPolicy/client.py monthlyCleanup
0 2 * * * root /usr/local/CyberCP/plogical/upgradeCritical.py
0 12 * * * root /usr/local/CyberCP/bin/python2 /usr/local/CyberCP/IncBackups/Inc Scheduler.py Daily
0 0 * * 0 root /usr/local/CyberCP/bin/python2 /usr/local/CyberCP/IncBackups/IncS cheduler.py Daily
[root@server1 ~]# ls -la /etc/crontab
-rw-r–r-- 1 root root 932 Oct 16 03:00 /etc/crontab
[root@server1 ~]# chown root:root /etc/crontab
[root@server1 ~]# ls -la /etc/crontab
-rw-r–r-- 1 root root 932 Oct 16 03:00 /etc/crontab
[root@server1 ~]#