forcing proftpd.logrotate

This commit is contained in:
abveritas 2011-11-11 23:30:45 +00:00
parent 851374526c
commit 36d124e94b

View File

@ -0,0 +1,5 @@
/var/log/xferlog {
postrotate
/bin/kill -HUP `cat /var/run/proftpd.pid 2>/dev/null` 2>/dev/null || true
endscript
}