forked from pool/hiawatha
Marcus Rueckert
0f7c144df9
Copy from home:drcux/hiawatha via accept of submit request 32890 revision 6. Request was accepted with message: reviewed OBS-URL: https://build.opensuse.org/request/show/32890 OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=30
15 lines
198 B
Plaintext
15 lines
198 B
Plaintext
/var/log/hiawatha/*.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+1024k
|
|
notifempty
|
|
missingok
|
|
create 600 hiawatha hiawatha
|
|
sharedscripts
|
|
postrotate
|
|
killall -HUP hiawatha
|
|
endscript
|
|
}
|