/var/log/accel-ppp/*.log {
	missingok
	sharedscripts
	postrotate
		test -r /run/accel-pppd.pid && kill -HUP `cat /run/accel-pppd.pid` 
	endscript
}