openslp/openslp.logrotate.systemd

15 lines
230 B
Plaintext
Raw Permalink Normal View History

/var/log/slpd.log {
compress
dateext
maxage 14
rotate 99
size +1024k
notifempty
missingok
create 600 root root
sharedscripts
postrotate
systemctl reload slpd.service
endscript
}