Merge pull request 'MOD: Added cron job creation documentation' (#7) from document_create_cron into main
Reviewed-on: #7
This commit is contained in:
commit
ca21fd2764
1 changed files with 2 additions and 3 deletions
|
@ -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 * * * *'
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue