#!/bin/sh
/usr/bin/timeout -s KILL 60 /usr/bin/find /cache/defrag/ -mindepth 1 -mtime +3 -delete 2>/dev/null || /bin/true

