1
0
forked from pool/hiawatha
hiawatha/hiawatha.logrotate
Marcus Rueckert 0f7c144df9 Accepting request 32890 from home:drcux
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
2010-02-22 14:16:27 +00:00

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
}