# Regular cron jobs for the ndn-smart-check package
#
# On systems with MegaSAS hardware, a logfile is left behind so make sure it's
# left in /root -- presumably this happens with other RAID cards as well.
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 5,17 * * *  root cd /root && /usr/local/dh/bin/smart_check.pl >/dev/null 2>&1
