blob: cabf5193d54e5b6ba46d19ce477837eb891cb072 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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
}
|