
PK 
| ADDRLIN : /etc/cron.d/ |
|
|
| Current File : //etc/cron.d/comet_license_sync |
# /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


PK 99