| Current Path : /proc/self/root/etc/logrotate.d/ |
| Current File : //proc/self/root/etc/logrotate.d/varnish |
/var/log/varnish/varnishncsa.log {
daily
rotate 7
compress
delaycompress
missingok
postrotate
systemctl -q is-active varnishncsa.service || exit 0
systemctl reload varnishncsa.service
endscript
}