Current File : //etc/logrotate.d/proftpd
/var/log/proftpd/*.log /var/log/xferlog {
    compress
    missingok
    notifempty
    sharedscripts
    postrotate
        systemctl reload proftpd.service
    endscript
}