##
## Clear our request dirs
##
## Blame: martin@laptop.org
## 
5 */2 * * * root (find /var/lib/xs-activation -xdev -type f -mtime +1 -print0 | xargs -0 --no-run-if-empty rm -fr 2>&1) > /dev/null

## To debug, replace '> /dev/null' above with '>>/tmp/cleanup.log'
