Add a cron job for the crawler of MM2

This commit is contained in:
Pierre-Yves Chibon 2014-12-08 16:17:09 +01:00
parent edec8eb95e
commit 258e421caa

View file

@ -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