# $Id: crontab,v 1.4 2007/11/01 00:26:43 maxim Exp $
# crontab sample for 0W-httpd
#
# remove old logs
1 1 * * *  find /var/0W/logs -maxdepth 1 -mindepth 1 -follow -mtime +7 | xargs rm -rf

# update countries from MaxMind at seventh day of every month
#
7 7 7 * *  /var/0W/bin/update-countries.sh
