# Run logrotate hourly
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
30 * * * * root /usr/sbin/logrotate /etc/logrotate.conf
