summaryrefslogtreecommitdiff
blob: d689f8f875b7fc94d587167a4421ca25fb420a19 (plain)
1
2
3
4
5
6
7
/var/log/dnsmasq.log {
	create 640 dnsmasq root
	notifempty
	postrotate
		test -r /var/run/dnsmasq.pid && kill -USR2 "$(head -n1 /var/run/dnsmasq.pid)"
	endscript
}