15 lines
200 B
Plaintext
15 lines
200 B
Plaintext
/var/log/xinetd.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+2048k
|
|
notifempty
|
|
missingok
|
|
copytruncate
|
|
postrotate
|
|
/etc/init.d/xinetd reload
|
|
endscript
|
|
}
|
|
|