Files
webp/webp.logrotate

13 lines
207 B
Plaintext

# WEBP SERVER
/root/webp/webp.log {
daily
rotate 7
compress
missingok
notifempty
create 0640 root adm
postrotate
systemctl reload webp.service > /dev/null
endscript
}