#!/bin/sh

# run logrotate for raperca.
#
# This script is driven by anacron, so it runs once a day at most, we
# force the rotation to occur so that even if there is no status for a
# log yet it is rotated, anyhow logrotate is called at most once per
# day and all logs are rotated daily
exec /usr/sbin/logrotate -f -s /var/lib/raperca/logrotate.status /etc/raperca/logrotate.conf
