# SPDX-License-Identifier: AGPL-3.0-or-later
#
# OceGraphs Authors
# http://www.ocelot.cascaded.net/~anton/ocegraphs.html
#
# Example crontab
# Rather ocey-specific.  You might replace with-lock-ex with flock(1).
#
# Copyright (C) 2010, 2012 Ian Jackson
#
# Author: Ian Jackson <ijackson@chiark.greenend.org.uk>

#mins hrs dom mon dow   command
7-59/10 * * * * cd /srv/www/ocelot/graphs/ && exec ./newstailer-invoke
10 3    * * *   cd /srv/www/ocelot/graphs/ && with-lock-ex -w data/graph-lock sh -c "cd cache/ && find . -type f -mtime +1 -print0 | xargs -0r rm --"
