mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
14 lines
250 B
Plaintext
14 lines
250 B
Plaintext
/var/log/dnsmasq.log {
|
|
daily
|
|
missingok
|
|
rotate 5
|
|
notifempty
|
|
delaycompress
|
|
sharedscripts
|
|
postrotate
|
|
[ ! -f /var/run/dnsmasq.pid ] || kill -USR2 `cat /var/run/dnsmasq.pid`
|
|
endscript
|
|
create 0640 nobody root
|
|
}
|
|
|