mirror of
https://github.com/apache/cloudstack
synced 2026-08-08 07:47:32 +00:00
14 lines
285 B
Plaintext
14 lines
285 B
Plaintext
/var/log/dnsmasq.log {
|
|
maxsize 10M
|
|
missingok
|
|
rotate 5
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
sharedscripts
|
|
postrotate
|
|
[ ! -f /var/run/dnsmasq/dnsmasq.pid ] || kill -USR2 `cat /var/run/dnsmasq/dnsmasq.pid`
|
|
endscript
|
|
create 0640 dnsmasq root
|
|
}
|