15 lines
230 B
Plaintext
15 lines
230 B
Plaintext
|
/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
|
||
|
}
|