Control Web Panel

WebPanel => CentOS-WebPanel GUI => Topic started by: shoulders on December 27, 2021, 04:25:01 PM

Title: Duplicate CWP root CRONs
Post by: shoulders on December 27, 2021, 04:25:01 PM
Hi

I did a fresh install of CWP a few months ago and I have turned most of the options on. I am now configuring the crons to be quiet, but I noticed that there were some duplicate crons. I also did a fresh install of CWP on a test server about a week ago and this only has 2 crons in it.

Can someone tell me

List of crons on my live machine

you can see the duplicate entries for cron_autossl_all_domains.php however running at different times.
Code: [Select]
56 17 * * * /usr/local/cwp/php71/bin/php -d max_execution_time=18000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_autossl_all_domains.php
0 0 * * * /usr/local/cwp/php71/bin/php -d max_execution_time=18000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/alertandautorenewssl.php
33 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh/cwp_certs" > /dev/null
00 01 * * * /usr/local/cwp/php71/bin/php /usr/local/cwpsrv/htdocs/resources/admin/include/cron_autossl_all_domains.php

A newly installed CWP

Code: [Select]
22 16 * * * /usr/local/cwp/php71/bin/php -d max_execution_time=18000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/cron_autossl_all_domains.php
0 0 * * * /usr/local/cwp/php71/bin/php -d max_execution_time=18000 -q /usr/local/cwpsrv/htdocs/resources/admin/include/alertandautorenewssl.php

Thanks for any help