MYCNF [mysqld] port=3306 bind-address=0.0.0.0 max_connections=151 max_allowed_packet=268435456 table_open_cache=3000 # query_cache_size=244M # query_cache_type=1 # query_cache_limit=2M disable-log-bin=1 slow_query_log=0 slow_query_log_file="/var/lib/mysql/server-slow.log" innodb_log_file_size=800M innodb_buffer_pool_instances=3 CRON_HOURLY /etc/cron.daily/: total 44 drwxr-xr-x. 2 root root 4096 Aug 6 02:41 . drwxr-xr-x. 119 root root 20480 Aug 13 06:10 .. -rwxr-xr-x 1 root root 2183 Aug 5 14:06 imunify-antivirus.cron -rwxr-xr-x 1 root root 46 Nov 11 2024 kernelupdate.sh -rwxr-xr-x 1 root root 219 Nov 11 2024 logrotate -rwxr-xr-x 1 root root 3799 May 14 03:46 maldet -rwxr-xr-x 1 root root 146 Nov 11 2024 salt-minion-restart.sh /etc/cron.hourly/: total 28 drwxr-xr-x. 2 root root 4096 Nov 8 2024 . drwxr-xr-x. 119 root root 20480 Aug 13 06:10 .. -rwxr-xr-x. 1 root root 575 Apr 6 2024 0anacron CROND # Run the hourly jobs SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root 01 * * * * root run-parts /etc/cron.hourly # /etc/cron.d/backup_jobs_helper: cron job for Comet backup jobs processing # # This cron job runs the backup_jobs_helper script every 5 minutes to check for # and execute any scheduled backup jobs that are due to run. # # The script is part of the Comet backup plugin for cPanel/WHM # # Format: minute hour day month dow user command # Run backup jobs helper every 5 minutes # (umask is set inside the script; do not duplicate it here) */5 * * * * root /usr/local/cpanel/scripts/backup_jobs_helper >> /var/log/comet_backup_jobs_helper.log 2>&1 # /etc/cron.d/comet_license_sync: cron job for Comet license-based registration # # This cron job runs every minute to check the cometbackup license status # and automatically registers or unregisters the plugin with AppConfig based # on license availability. # # Format: minute hour day month dow user command # Run license sync every minute * * * * * root /usr/local/cpanel/scripts/comet_license_registration_sync >/dev/null 2>&1 SHELL=/bin/sh PATH=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin CPANEL_VERSION 11.136.0.33 VARC ls: cannot open directory '/var/cpanel/': Permission denied