11 lines
237 B
Text
11 lines
237 B
Text
# Syslog-ng logrotate snippet for Gentoo Linux
|
|
|
|
/var/log/proftpd/*.log /var/log/xferlog {
|
|
compress
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/proftpd reload > /dev/null 2>&1 || true
|
|
endscript
|
|
}
|