1
0
forked from pool/hiawatha
hiawatha/hiawatha.logrotate

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
}