#!/bin/sh

if [ -d /run/systemd/system ] || [ ! -x /usr/sbin/accton ]; then
    exit 0
fi

exec /usr/share/acct/reporting/monthly
