15 lines
225 B
Plaintext
15 lines
225 B
Plaintext
/var/log/slpd.log {
|
|
compress
|
|
dateext
|
|
maxage 14
|
|
rotate 99
|
|
size +1024k
|
|
notifempty
|
|
missingok
|
|
create 600 root root
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/slpd restart
|
|
endscript
|
|
}
|