#!/usr/bin/env php ***** cron_run_jobs.php (23.0.0-beta) pid=125390 - 2025-12-15T01:31:09Z - webd006.cluster128.gra.hosting.ovh.net ***** Usage: cron_run_jobs.php securitykey userlogin|'firstadmin' [cronjobid] [--force] The script return 0 when everything worked successfully. On Linux system, you can have cron jobs ran automatically by adding an entry into cron file. For example, to run this script each day at 3:30, you can add this line: 30 3 * * * /home/ridinteadu/ridindev/dolibarr/scripts/cron/cron_run_jobs.php securitykey userlogin > /home/ridinteadu/ridindev/dolibarr/documents/cron_run_jobs.php.log For example, to run this script every 5mn, you can add this line: */5 * * * * /home/ridinteadu/ridindev/dolibarr/scripts/cron/cron_run_jobs.php securitykey userlogin > /home/ridinteadu/ridindev/dolibarr/documents/cron_run_jobs.php.log The option --force allow to bypass the check on date of execution so job will be executed even if date is not yet reached.