forked from pool/hiawatha
def78c5df2
- Fix rpmlint warnings * add rcsymlink * fix log directory permissions OBS-URL: https://build.opensuse.org/request/show/312815 OBS-URL: https://build.opensuse.org/package/show/server:http/hiawatha?expand=0&rev=80
15 lines
218 B
Plaintext
15 lines
218 B
Plaintext
/var/log/hiawatha/*.log {
|
|
su wwwrun www
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+1024k
|
|
notifempty
|
|
missingok
|
|
create 640 wwwrun www
|
|
postrotate
|
|
systemctl reload-or-try-restart hiawatha.service
|
|
endscript
|
|
}
|