From 258e421caa5ca5aaf8d069582743f351f52d4f80 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 8 Dec 2014 16:17:09 +0100 Subject: [PATCH] Add a cron job for the crawler of MM2 --- roles/mirrormanager/crawler/files/crawler.cron | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/mirrormanager/crawler/files/crawler.cron diff --git a/roles/mirrormanager/crawler/files/crawler.cron b/roles/mirrormanager/crawler/files/crawler.cron new file mode 100644 index 0000000000..efe7272d8c --- /dev/null +++ b/roles/mirrormanager/crawler/files/crawler.cron @@ -0,0 +1,3 @@ +# run the crawler twice a day +# logs sent to /var/log/mirrormanager/crawler.log and crawl/* by default +0 */12 * * * root /usr/bin/mm2_crawler --threads 75 > /dev/null 2>&1