Add a cron job for the crawler of MM2
This commit is contained in:
parent
edec8eb95e
commit
258e421caa
1 changed files with 3 additions and 0 deletions
3
roles/mirrormanager/crawler/files/crawler.cron
Normal file
3
roles/mirrormanager/crawler/files/crawler.cron
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue