forked from pool/hiawatha
0d7336522d
OBS-URL: https://build.opensuse.org/request/show/195359 OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=49
14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
/var/log/hiawatha/*.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+1024k
|
|
notifempty
|
|
missingok
|
|
create 640 wwwrun www
|
|
postrotate
|
|
systemctl reload-or-try-restart hiawatha.service
|
|
endscript
|
|
}
|