summaryrefslogtreecommitdiffstats
path: root/network/exim/contrib/exim.logrotate
blob: 9653b546d89e5027fa909e89797539a4837ec35a (plain)
/var/log/exim/*.log {
	missingok
	notifempty
	sharedscripts
	postrotate
		pkill -F /var/run/exim.pid -HUP > /dev/null 2>&1 || true
	endscript
}