# cron job to clean out temporary files created by IMP related tools such
# as wvWare

0-50/10 * * * * www-data	[ -x /usr/sbin/impcleanup ] && /usr/sbin/impcleanup > /dev/null 2>&1

