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

# make a finegrain log rotation
*/10	*	*	*	*	root	/usr/bin/flock -n /run/logrotate-fastrotate.lock -c '/usr/sbin/logrotate -s /var/lib/logrotate/fastrotate.status /etc/logrotate-fastrotate.conf 2>&1' | logger -t logrotate-fastrotate
