Files
extra/proftpd/proftpd.logrotate
2025-06-22 20:39:04 -05:00

10 lines
164 B
Plaintext

/var/log/proftpd/*.log /var/log/xferlog {
compress
missingok
notifempty
sharedscripts
postrotate
/etc/init.d/proftpd --ifstarted --quiet reload
endscript
}