#
# Run the hbrsrv-stats service periodically.
#
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
HOME=/

# Gather data every 5 minutes
0,15,30,45 * * * * root /usr/sbin/hbrsrv-stats > /dev/null 2>&1
