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
# watch for cores
*/20	*	*	*	*	root	flock -n /tmp/COREWATCH /usr/local/bin/corewatch 2>&1 | logger -t corewatch
