/var/log/account/pacct {
	daily
	compress
	missingok
	notifempty
	delaycompress
	rotate 30
	start 0
	create
	postrotate
		run-parts --regex '.*\.hook$' --arg "$1" --arg "$2" /etc/acct/hooks.d /usr/share/acct/hooks.d
	endscript
}
