10 lines
164 B
Plaintext
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
|
|
}
|