ACC SHELL

Path : /etc/logrotate.d/
File Upload :
Current File : //etc/logrotate.d/xinetd

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


ACC SHELL 2018