MOD: Added cron job creation documentation

This commit is contained in:
Álvaro Leiva 2025-04-01 10:19:58 +02:00
parent 395617fe40
commit e523a89b54

View file

@ -67,9 +67,8 @@ adgroupsync --conf /path/to/adgroupsync_config.toml
```
### Cron Job
Synchronize the groups every 10 minutes:
Automatically create a cron job in the user's crontab that synchronizes the groups every 10 minutes:
```bash
*/10 * * * * adgroupsync --conf /path/to/adgroupsync_config.toml > /dev/null 2>&1
adgroupsync --conf /path/to/adgroupsync_config.toml --create-cron '*/10 * * * *'
```