File proftpd.logrotate of Package proftpd
1
/var/log/proftpd/*.log /var/log/xferlog {
2
compress
3
missingok
4
notifempty
5
sharedscripts
6
postrotate
7
test -f /var/lock/subsys/proftpd && /usr/bin/killall -HUP proftpd || :
8
endscript
9
}
10
11