forked from pool/varnish
Jan Engelhardt
e21e452795
- Fix logrotate - Add service reload There is still trouble with systemctl stop varnish that takes too long. OBS-URL: https://build.opensuse.org/request/show/1004422 OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=114
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
/var/log/varnish/*.log {
|
|
su varnish varnish
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
delaycompress
|
|
postrotate
|
|
/usr/bin/systemctl restart varnishlog
|
|
endscript
|
|
}
|