# SPDX-License-Identifier: AGPL-3.0-or-later # # NEXT Graphs Authors # http://www.next.gen.oh.us/users/asm/graphs/ # # Example crontab # Rather ocey-specific. You might replace with-lock-ex with flock(1). # # Copyright (C) 2010, 2012 Ian Jackson # # Author: Ian Jackson #mins hrs dom mon dow command 7-59/10 * * * * cd /usr/local/share/graphs/ && exec ./newstailer-invoke 10 3 * * * cd /usr/local/share/graphs/ && with-lock-ex -w data/graph-lock sh -c "cd cache/ && find . -type f -mtime +1 -print0 | xargs -0r rm --"