You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dns/dnsmasq/files/dnsmasq.logrotate

9 lines
176 B

/var/log/dnsmasq.log {
create 640 dnsmasq root
notifempty
missingok
postrotate
test -r /var/run/dnsmasq.pid && kill -USR2 "$(head -n1 /var/run/dnsmasq.pid)"
endscript
}