Steps:
- Log in to My.Prootzos.com and go to hosting service that you want to create a cron job and go to Controller
- Menu: Sites → Cron Jobs
- Click Add new Cron Job
- Fill in the fields:
Command:
The command you want to execute
(e.g. php /var/www/clients/clientX/webY/web/cron.php)
Run as user:
Usually the site user: webX
Interval settings:
You have the options:- Run every X minutes
- Fixed times
- Custom cron syntax
- Hourly / Daily / Weekly / Monthly
Example:
Every 5 minutes → */5 * * * *
- Save
The cron job is activated immediately.