#!/bin/sh

set -eu

/usr/sbin/logrotate --force --verbose /etc/logrotate.conf 2>&1
