From e523a89b5433b251d0b8b90352667f49cd2fe759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Leiva?= Date: Tue, 1 Apr 2025 10:19:58 +0200 Subject: [PATCH] MOD: Added cron job creation documentation --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d53e38f..3a80da8 100644 --- a/README.md +++ b/README.md @@ -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 * * * *' ```