# Cumulus distro specific system-wide crontab
#
# For some of our daemons we need to rotate logs quicker than ever day
# or we risk filling up our disk space on some of our smaller platforms

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user	command
*/15 *   * * *   root    /usr/sbin/logrotate /etc/logrotate.conf
